| 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 a14c89f57de804d03283864f4bfb46a22487c808..0c9036d27c5cd84a134465a23d01c48e4e73755d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
|
| @@ -54,7 +54,7 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| // Methods called from the frontend for simulating input.
|
| - void dispatchTouchEvent(ErrorString*, const String& type, PassOwnPtr<protocol::Array<protocol::Input::TouchPoint>> touchPoints, const Maybe<int>& modifiers, const Maybe<double>& timestamp) override;
|
| + void dispatchTouchEvent(ErrorString*, const String& type, std::unique_ptr<protocol::Array<protocol::Input::TouchPoint>> touchPoints, const Maybe<int>& modifiers, const Maybe<double>& timestamp) override;
|
| private:
|
| explicit InspectorInputAgent(InspectedFrames*);
|
|
|
|
|