| 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 fcaf74c4382d706332a40ce3d8cbe83d15e9456c..4ac59b885dd3a6643c5779f24266be4a9f426c6d 100644
|
| --- a/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| +++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| @@ -33,6 +33,8 @@ public:
|
| 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;
|
| + void enableVirtualTime(ErrorString*) override;
|
| + void setVirtualTimePolicy(ErrorString*, const String& in_policy) override;
|
|
|
| // InspectorBaseAgent overrides.
|
| void disable(ErrorString*) override;
|
|
|