| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 795bec5a678da5d77c5485d6e4a16b73063ecbd9..ef5e85a0f8b23b4bb193ff4b73b91fec950e4eb1 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -579,8 +579,8 @@ 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;
|
| + // Set the renderer's page scale to the given factor.
|
| + virtual void SetPageScale(float page_scale_factor) = 0;
|
|
|
| // Gets the preferred size of the contents.
|
| virtual gfx::Size GetPreferredSize() const = 0;
|
|
|