| Index: third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
|
| index 5688077542a2ca323f1908e19cee9f302e682e89..5dea5c53c5c73451f5135741bc15cc3713f683fc 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
|
| @@ -56,7 +56,7 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| // Methods called from the frontend for simulating input.
|
| - void dispatchTouchEvent(ErrorString*, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp) override;
|
| + void dispatchTouchEvent(ErrorString*, const String& in_type, PassOwnPtr<protocol::TypeBuilder::Array<protocol::TypeBuilder::Input::TouchPoint>> in_touchPoints, const protocol::TypeBuilder::OptionalValue<int>& in_modifiers, const protocol::TypeBuilder::OptionalValue<double>& in_timestamp) override;
|
| private:
|
| explicit InspectorInputAgent(InspectedFrames*);
|
|
|
|
|