| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 9abced664c834e2ddcef545bdb457f60087c77e3..44bdae493fa44ae70b5a9b6ca0757c03a4827fde 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -290,6 +290,8 @@ public:
|
| virtual bool inspectorSetting(const WebString& key, WebString* value) const;
|
| virtual void setInspectorSetting(const WebString& key,
|
| const WebString& value);
|
| + virtual void setCompositorDeviceScaleFactorOverride(float);
|
| + virtual void setRootLayerScaleTransform(float);
|
| virtual WebDevToolsAgent* devToolsAgent();
|
| virtual WebAXObject accessibilityObject();
|
| virtual void applyAutofillSuggestions(
|
|
|