// services/viz/privileged/mojom/compositing/display_private.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SERVICES_VIZ_PRIVILEGED_MOJOM_COMPOSITING_DISPLAY_PRIVATE_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_VIZ_PRIVILEGED_MOJOM_COMPOSITING_DISPLAY_PRIVATE_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace viz::mojom {
namespace messages {


enum class DisplayPrivate : uint32_t {
  kSetDisplayVisible = 0,
  kResize = 1,
  kSetDisplayColorMatrix = 2,
  kSetDisplayColorSpaces = 3,
  kSetOutputIsSecure = 4,
  kSetDisplayVSyncParameters = 5,
  kForceImmediateDrawAndSwapIfPossible = 6,
  kUpdateRefreshRate = 7,
  kSetAdaptiveRefreshRateInfo = 8,
  kSetSupportedRefreshRates = 9,
  kPreserveChildSurfaceControls = 10,
  kSetSwapCompletionCallbackEnabled = 11,
  kAddVSyncParameterObserver = 12,
  kSetDelegatedInkPointRenderer = 13,
  kSetStandaloneBeginFrameObserver = 14,
  kSetMaxVSyncAndVrr = 15,
};
enum class DisplayClient : uint32_t {
  kDidCompleteSwapWithSize = 0,
  kOnContextCreationResult = 1,
  kSetWideColorEnabled = 2,
  kSetPreferredRefreshRate = 3,
};

}  // namespace messages

}  // viz::mojom

#endif  // SERVICES_VIZ_PRIVILEGED_MOJOM_COMPOSITING_DISPLAY_PRIVATE_MOJOM_SHARED_MESSAGE_IDS_H_