Index: public/web/WebView.h |
diff --git a/public/web/WebView.h b/public/web/WebView.h |
index a9457988aaf0eed8f7a9bc4d541cd11eb5b01525..a189009063cf2b98efb0be4a5ff38dcc74db5a44 100644 |
--- a/public/web/WebView.h |
+++ b/public/web/WebView.h |
@@ -400,6 +400,9 @@ public: |
WebString* value) const = 0; |
virtual void setInspectorSetting(const WebString& key, |
const WebString& value) = 0; |
pfeldman
2013/10/01 14:41:42
Please add comments to the methods.
dgozman
2013/10/01 14:48:18
Done.
|
+ // Pass zero to cancel override. |
+ virtual void setCompositorDeviceScaleFactorOverride(float) = 0; |
+ virtual void setRootLayerScaleTransform(float) = 0; |
// The embedder may optionally engage a WebDevToolsAgent. This may only |
// be set once per WebView. |