// third_party/blink/public/mojom/input/input_handler.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_INPUT_HANDLER_MOJOM_SHARED_MESSAGE_IDS_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_INPUT_INPUT_HANDLER_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace blink::mojom {
namespace messages {


enum class WidgetInputHandlerHost : uint32_t {
  kSetTouchActionFromMain = 0,
  kSetPanAction = 1,
  kDidOverscroll = 2,
  kDidStartScrollingViewport = 3,
  kImeCancelComposition = 4,
  kImeCompositionRangeChanged = 5,
  kSetMouseCapture = 6,
  kSetAutoscrollSelectionActiveInMainFrame = 7,
  kRequestMouseLock = 8,
};
enum class FrameWidgetInputHandler : uint32_t {
  kAddImeTextSpansToExistingText = 0,
  kClearImeTextSpansByType = 1,
  kCancelStylusGesturePreview = 2,
  kSetCompositionFromExistingText = 3,
  kExtendSelectionAndDelete = 4,
  kExtendSelectionAndReplace = 5,
  kDeleteSurroundingText = 6,
  kDeleteSurroundingTextInCodePoints = 7,
  kSetEditableSelectionOffsets = 8,
  kHandleStylusWritingGestureAction = 9,
  kExecuteEditCommand = 10,
  kUndo = 11,
  kRedo = 12,
  kCut = 13,
  kCopy = 14,
  kCopyToFindPboard = 15,
  kCenterSelection = 16,
  kPaste = 17,
  kPasteAndMatchStyle = 18,
  kPasteFromImageBytes = 19,
  kDelete = 20,
  kSelectAll = 21,
  kCollapseSelection = 22,
  kReplace = 23,
  kReplaceMisspelling = 24,
  kSelectRange = 25,
  kAdjustSelectionByCharacterOffset = 26,
  kSelectAroundCaret = 27,
  kMoveRangeSelectionExtent = 28,
  kScrollFocusedEditableNodeIntoView = 29,
  kWaitForPageScaleAnimationForTesting = 30,
  kMoveCaret = 31,
};
enum class WidgetInputHandler : uint32_t {
  kSetFocus = 0,
  kMouseCaptureLost = 1,
  kSetEditCommandsForNextKeyEvent = 2,
  kCursorVisibilityChanged = 3,
  kImeSetComposition = 4,
  kImeCommitText = 5,
  kImeFinishComposingText = 6,
  kRequestTextInputStateUpdate = 7,
  kRequestCompositionUpdates = 8,
  kPasteIntoNode = 9,
  kDispatchEvent = 10,
  kDispatchNonBlockingEvent = 11,
  kWaitForInputProcessed = 12,
  kPingMainThread = 13,
  kAttachSynchronousCompositor = 14,
  kGetFrameWidgetInputHandler = 15,
  kUpdateBrowserControlsState = 16,
};

}  // namespace messages

}  // blink::mojom

#endif  // THIRD_PARTY_BLINK_PUBLIC_MOJOM_INPUT_INPUT_HANDLER_MOJOM_SHARED_MESSAGE_IDS_H_