| Index: Source/web/WebDevToolsAgentImpl.h
|
| ===================================================================
|
| --- Source/web/WebDevToolsAgentImpl.h (revision 157211)
|
| +++ Source/web/WebDevToolsAgentImpl.h (working copy)
|
| @@ -96,6 +96,7 @@
|
| virtual void evaluateInWebInspector(long callId, const WebString& script);
|
| virtual void setProcessId(long);
|
| virtual void setLayerTreeId(int);
|
| + virtual void setDeviceEmulationScales(bool enabled, float deviceScaleFactor, float rootLayerScale);
|
|
|
| // InspectorClient implementation.
|
| virtual void highlight();
|
| @@ -133,6 +134,9 @@
|
| WebDevToolsAgentClient* m_client;
|
| WebViewImpl* m_webViewImpl;
|
| bool m_attached;
|
| + bool m_isCSSViewportEnabled;
|
| + bool m_isOverlayScrollbarsEnabled;
|
| + bool m_deviceMetricsEnabled;
|
| OwnPtr<DeviceMetricsSupport> m_metricsSupport;
|
| };
|
|
|
|
|