| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index 999987f8f5856cea5f82edbda9eec9df1be54216..6d4ce021d99dbaf3b235080c58bbeca959afda68 100644
|
| --- a/content/common/input_messages.h
|
| +++ b/content/common/input_messages.h
|
| @@ -28,6 +28,7 @@
|
| #include "content/common/input/synthetic_tap_gesture_params.h"
|
| #include "ipc/ipc_message_macros.h"
|
| #include "third_party/WebKit/public/platform/WebInputEvent.h"
|
| +#include "third_party/WebKit/public/platform/WebPointerProperties.h"
|
| #include "ui/events/blink/did_overscroll_params.h"
|
| #include "ui/gfx/geometry/point.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| @@ -64,6 +65,11 @@ IPC_ENUM_TRAITS_MAX_VALUE(
|
| IPC_ENUM_TRAITS_MAX_VALUE(content::InputEventDispatchType,
|
| content::InputEventDispatchType::DISPATCH_TYPE_MAX)
|
| IPC_ENUM_TRAITS_MAX_VALUE(cc::TouchAction, cc::kTouchActionMax)
|
| +IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebPointerProperties::Button,
|
| + blink::WebPointerProperties::Button::kNoButton,
|
| + blink::WebPointerProperties::Button::kLastEntry)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(blink::WebPointerProperties::PointerType,
|
| + blink::WebPointerProperties::PointerType::kLastEntry)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(ui::DidOverscrollParams)
|
| IPC_STRUCT_TRAITS_MEMBER(accumulated_overscroll)
|
|
|