// third_party/blink/public/mojom/page/widget.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_PAGE_WIDGET_MOJOM_SHARED_MESSAGE_IDS_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_PAGE_WIDGET_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace blink::mojom {
namespace messages {


enum class FrameWidget : uint32_t {
  kDragTargetDragEnter = 0,
  kDragTargetDragOver = 1,
  kDragTargetDragLeave = 2,
  kDragTargetDrop = 3,
  kDragSourceEndedAt = 4,
  kDragSourceSystemDragEnded = 5,
  kOnStartStylusWriting = 6,
  kPassImeRenderWidgetHost = 7,
  kSetBackgroundOpaque = 8,
  kSetTextDirection = 9,
  kSetActive = 10,
  kSetInheritedEffectiveTouchActionForSubFrame = 11,
  kUpdateRenderThrottlingStatusForSubFrame = 12,
  kSetIsInertForSubFrame = 13,
  kEnableDeviceEmulation = 14,
  kDisableDeviceEmulation = 15,
  kBindWidgetCompositor = 16,
  kSetViewportIntersection = 17,
  kNotifyClearedDisplayedGraphics = 18,
};
enum class FrameWidgetHost : uint32_t {
  kAnimateDoubleTapZoomInMainFrame = 0,
  kZoomToFindInPageRectInMainFrame = 1,
  kSetHasTouchEventConsumers = 2,
  kIntrinsicSizingInfoChanged = 3,
  kAutoscrollStart = 4,
  kAutoscrollFling = 5,
  kAutoscrollEnd = 6,
};
enum class PopupWidgetHost : uint32_t {
  kRequestClosePopup = 0,
  kShowPopup = 1,
  kSetPopupBounds = 2,
};

}  // namespace messages

}  // blink::mojom

#endif  // THIRD_PARTY_BLINK_PUBLIC_MOJOM_PAGE_WIDGET_MOJOM_SHARED_MESSAGE_IDS_H_