// services/viz/privileged/mojom/compositing/frame_sink_manager.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_FRAME_SINK_MANAGER_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_VIZ_PRIVILEGED_MOJOM_COMPOSITING_FRAME_SINK_MANAGER_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace viz::mojom {
namespace messages {


enum class FrameSinkManager : uint32_t {
  kRegisterFrameSinkId = 0,
  kInvalidateFrameSinkId = 1,
  kSetFrameSinkDebugLabel = 2,
  kCreateRootCompositorFrameSink = 3,
  kCreateFrameSinkBundle = 4,
  kCreateCompositorFrameSink = 5,
  kDestroyCompositorFrameSink = 6,
  kRegisterFrameSinkHierarchy = 7,
  kUnregisterFrameSinkHierarchy = 8,
  kAddVideoDetectorObserver = 9,
  kCreateVideoCapturer = 10,
  kEvictSurfaces = 11,
  kThrottle = 12,
  kStartThrottlingAllFrameSinks = 13,
  kStopThrottlingAllFrameSinks = 14,
  kRequestCopyOfOutput = 15,
  kCacheBackBuffer = 16,
  kEvictBackBuffer = 17,
  kUpdateDebugRendererSettings = 18,
  kClearUnclaimedViewTransitionResources = 19,
  kCreateMetricsRecorderForTest = 20,
  kEnableFrameSinkManagerTestApi = 21,
  kSetupRendererInputRouterDelegateRegistry = 22,
  kNotifyRendererBlockStateChanged = 23,
  kRequestInputBack = 24,
};
enum class FrameSinkManagerClient : uint32_t {
  kOnFirstSurfaceActivation = 0,
  kOnAggregatedHitTestRegionListUpdated = 1,
  kOnFrameTokenChanged = 2,
  kVerifyThreadIdsDoNotBelongToHost = 3,
  kOnScreenshotCaptured = 4,
  kOnVizTouchStateAvailable = 5,
  kOnViewTransitionResourcesCaptured = 6,
};
enum class RendererInputRouterDelegateRegistry : uint32_t {
  kSetupRenderInputRouterDelegateConnection = 0,
};

}  // namespace messages

}  // viz::mojom

#endif  // SERVICES_VIZ_PRIVILEGED_MOJOM_COMPOSITING_FRAME_SINK_MANAGER_MOJOM_SHARED_MESSAGE_IDS_H_