| 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 fc25aa43e672c7c5eccdb659fc368334c84729b1..ca2c3f81fb10d1ec4febf829013a7123bced50fd 100644
|
| --- a/third_party/WebKit/Source/web/DevToolsEmulator.h
|
| +++ b/third_party/WebKit/Source/web/DevToolsEmulator.h
|
| @@ -24,9 +24,6 @@ public:
|
| static PassOwnPtrWillBeRawPtr<DevToolsEmulator> create(WebViewImpl*);
|
| DECLARE_TRACE();
|
|
|
| - void setEmulationAgent(InspectorEmulationAgent*);
|
| - void viewportChanged();
|
| -
|
| // Settings overrides.
|
| void setTextAutosizingEnabled(bool);
|
| void setDeviceScaleAdjustment(float);
|
| @@ -59,7 +56,6 @@ private:
|
| void disableMobileEmulation();
|
|
|
| WebViewImpl* m_webViewImpl;
|
| - RawPtrWillBeMember<InspectorEmulationAgent> m_emulationAgent;
|
|
|
| bool m_deviceMetricsEnabled;
|
| bool m_emulateMobileEnabled;
|
|
|