| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 493abd8f0d4b297b307c45e5a0890ffe5a806b41..754d756b28fe244985bb13527cfa6ebbc9c9dc7f 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -530,6 +530,8 @@ class WebContents : public PageNavigator,
|
| virtual int GetMinimumZoomPercent() const = 0;
|
| virtual int GetMaximumZoomPercent() const = 0;
|
|
|
| + virtual void ResetPageScale() = 0;
|
| +
|
| // Gets the preferred size of the contents.
|
| virtual gfx::Size GetPreferredSize() const = 0;
|
|
|
|
|