| Index: public/web/WebView.h
|
| diff --git a/public/web/WebView.h b/public/web/WebView.h
|
| index a9457988aaf0eed8f7a9bc4d541cd11eb5b01525..9a97cbb78c48f0279bcd03953e6ff830fc7fa401 100644
|
| --- a/public/web/WebView.h
|
| +++ b/public/web/WebView.h
|
| @@ -400,6 +400,10 @@ public:
|
| WebString* value) const = 0;
|
| virtual void setInspectorSetting(const WebString& key,
|
| const WebString& value) = 0;
|
| + virtual void setDeviceEmulationParameters(
|
| + bool enabled,
|
| + float deviceScaleFactor,
|
| + float rootLayerScale) = 0;
|
|
|
| // The embedder may optionally engage a WebDevToolsAgent. This may only
|
| // be set once per WebView.
|
|
|