Chromium Code Reviews| Index: content/public/browser/web_contents.h |
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
| index 52751bce99ffd344972b44e95783a14e50e52351..1745396ea879ca36b050ebe819971bc4ad3b0f2f 100644 |
| --- a/content/public/browser/web_contents.h |
| +++ b/content/public/browser/web_contents.h |
| @@ -482,6 +482,9 @@ class WebContents : public PageNavigator, |
| // removed since we can then embed iframes in different processes. |
| virtual bool IsSubframe() const = 0; |
| + // Sets the zoom level for the current main frame. |
|
nasko
2014/01/06 21:58:40
Is this for the main frame only or for the full do
Fady Samuel
2014/01/08 19:42:43
That depends on your definition of zoom. This zoom
|
| + virtual void SetZoomLevel(double level) = 0; |
| + |
| #if defined(OS_ANDROID) |
| CONTENT_EXPORT static WebContents* FromJavaWebContents( |
| jobject jweb_contents_android); |