| Index: Source/core/inspector/InspectorClient.h
|
| diff --git a/Source/core/inspector/InspectorClient.h b/Source/core/inspector/InspectorClient.h
|
| index 6126ee4047f32e9e421ca5753e0976b79548de53..3468a24c1fdbd35cf7929a60905617eb73fb5bbc 100644
|
| --- a/Source/core/inspector/InspectorClient.h
|
| +++ b/Source/core/inspector/InspectorClient.h
|
| @@ -57,6 +57,7 @@ public:
|
| virtual void stopGPUEventsRecording() { }
|
|
|
| virtual void overrideDeviceMetrics(int /*width*/, int /*height*/, float /*deviceScaleFactor*/, bool /*emulateViewport*/, bool /*fitWindow*/) { }
|
| + virtual void setTouchEventEmulationEnabled(bool) { }
|
|
|
| virtual bool overridesShowPaintRects() { return false; }
|
| virtual void setShowPaintRects(bool) { }
|
|
|