// components/input/render_input_router.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 COMPONENTS_INPUT_RENDER_INPUT_ROUTER_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_INPUT_RENDER_INPUT_ROUTER_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace input::mojom {
namespace messages {


enum class RenderInputRouterDelegate : uint32_t {
  kStateOnTouchTransfer = 0,
  kForceEnableZoomStateChanged = 1,
  kStopFlingingOnViz = 2,
  kRestartInputEventAckTimeoutIfNecessary = 3,
  kNotifyVisibilityChanged = 4,
  kResetGestureDetection = 5,
};
enum class RenderInputRouterDelegateClient : uint32_t {
  kNotifyObserversOfInputEvent = 0,
  kNotifyObserversOfInputEventAcks = 1,
  kOnInvalidInputEventSource = 2,
  kStateOnOverscrollTransfer = 3,
  kRendererInputResponsivenessChanged = 4,
  kOnInputRouterActive = 5,
};

}  // namespace messages

}  // input::mojom

#endif  // COMPONENTS_INPUT_RENDER_INPUT_ROUTER_MOJOM_SHARED_MESSAGE_IDS_H_