| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 5bd7b7b3d489a09ce601498dc288c98349566c87..be615da60c16ebe1cb5346aa380e4b29fdfd9af0 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -349,6 +349,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| void ViewFrameSource(const GURL& url, const PageState& page_state) override;
|
| int GetMinimumZoomPercent() const override;
|
| int GetMaximumZoomPercent() const override;
|
| + void SetPageScale(float page_scale_factor) override;
|
| void ResetPageScale() override;
|
| gfx::Size GetPreferredSize() const override;
|
| bool GotResponseToLockMouseRequest(bool allowed) override;
|
| @@ -831,6 +832,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| void OnGoToEntryAtOffset(int offset);
|
| void OnUpdateZoomLimits(int minimum_percent,
|
| int maximum_percent);
|
| + void OnPageScaleFactorChanged(float page_scale_factor);
|
| void OnEnumerateDirectory(int request_id, const base::FilePath& path);
|
|
|
| void OnRegisterProtocolHandler(const std::string& protocol,
|
|
|