// third_party/blink/public/mojom/input/synchronous_compositor.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 THIRD_PARTY_BLINK_PUBLIC_MOJOM_INPUT_SYNCHRONOUS_COMPOSITOR_MOJOM_SHARED_MESSAGE_IDS_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_INPUT_SYNCHRONOUS_COMPOSITOR_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace blink::mojom {
namespace messages {


enum class SynchronousCompositor : uint32_t {
  kDemandDrawHwAsync = 0,
  kDemandDrawHw = 1,
  kSetSharedMemory = 2,
  kDemandDrawSw = 3,
  kWillSkipDraw = 4,
  kZeroSharedMemory = 5,
  kZoomBy = 6,
  kSetMemoryPolicy = 7,
  kReclaimResources = 8,
  kOnCompositorFrameTransitionDirectiveProcessed = 9,
  kSetScroll = 10,
  kBeginFrame = 11,
  kSetBeginFrameSourcePaused = 12,
};
enum class SynchronousCompositorHost : uint32_t {
  kLayerTreeFrameSinkCreated = 0,
  kUpdateState = 1,
  kSetNeedsBeginFrames = 2,
  kSetThreads = 3,
};
enum class SynchronousCompositorControlHost : uint32_t {
  kReturnFrame = 0,
  kBeginFrameResponse = 1,
};

}  // namespace messages

}  // blink::mojom

#endif  // THIRD_PARTY_BLINK_PUBLIC_MOJOM_INPUT_SYNCHRONOUS_COMPOSITOR_MOJOM_SHARED_MESSAGE_IDS_H_