| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 40850b2521191e3ca69b6434d7213f2d6ea9e233..cdb7de0e0b8f17415cb4e60795dd5e212f4cbff3 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -534,6 +534,9 @@ class WebContents : public PageNavigator,
|
| virtual int GetMinimumZoomPercent() const = 0;
|
| virtual int GetMaximumZoomPercent() const = 0;
|
|
|
| + // Set the renderer's page scale back to one.
|
| + virtual void ResetPageScale() = 0;
|
| +
|
| // Gets the preferred size of the contents.
|
| virtual gfx::Size GetPreferredSize() const = 0;
|
|
|
|
|