| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index a991d907e31d52e87a3f4c1b01882b1943450e31..b56812ee059e47f4b80ce9533b167df0813f9e69 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -580,8 +580,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;
|
|
|