| Index: third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.h b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| index 36e2ce69f67807be13789ae2d6f0a46a98f9ad6c..540cdf30f9d17388153354e4d7da9af201ad0ce1 100644
|
| --- a/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| +++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| @@ -31,7 +31,7 @@ public:
|
| void resetPageScaleFactor(ErrorString*) override;
|
| void setPageScaleFactor(ErrorString*, double in_pageScaleFactor) override;
|
| void setScriptExecutionDisabled(ErrorString*, bool in_value) override;
|
| - void setTouchEmulationEnabled(ErrorString*, bool in_enabled, const protocol::OptionalValue<String>& in_configuration) override;
|
| + void setTouchEmulationEnabled(ErrorString*, bool in_enabled, const protocol::Maybe<String>& in_configuration) override;
|
| void setEmulatedMedia(ErrorString*, const String& in_media) override;
|
| void setCPUThrottlingRate(ErrorString*, double in_rate) override;
|
|
|
|
|