| Index: third_party/WebKit/Source/web/DevToolsEmulator.h
|
| diff --git a/third_party/WebKit/Source/web/DevToolsEmulator.h b/third_party/WebKit/Source/web/DevToolsEmulator.h
|
| index f5da9d568455ef30fde8a71766a6eb86574baf92..73c35b420e2c8b85d818fa42363e799d60447bb3 100644
|
| --- a/third_party/WebKit/Source/web/DevToolsEmulator.h
|
| +++ b/third_party/WebKit/Source/web/DevToolsEmulator.h
|
| @@ -44,7 +44,6 @@ public:
|
| // Emulation.
|
| void enableDeviceEmulation(const WebDeviceEmulationParams&);
|
| void disableDeviceEmulation();
|
| - bool deviceEmulationEnabled() { return m_deviceMetricsEnabled; }
|
| bool resizeIsDeviceSizeChange();
|
| void setTouchEventEmulationEnabled(bool);
|
| bool handleInputEvent(const WebInputEvent&);
|
|
|