| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index a26b2b712b56de8454c6adb47fe6eb90dd19a467..b4ce96bed7c9fdda58bb3ca47469401503ded0bf 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -803,6 +803,7 @@ class RenderViewImpl : public RenderWidget,
|
| FRIEND_TEST_ALL_PREFIXES(RenderViewTest, MacTestCmdUp);
|
| #endif
|
| FRIEND_TEST_ALL_PREFIXES(RenderViewImplTest, SetHistoryLengthAndPrune);
|
| + FRIEND_TEST_ALL_PREFIXES(RenderViewImplTest, ZoomLimit);
|
|
|
| typedef std::map<GURL, double> HostZoomLevels;
|
|
|
| @@ -983,7 +984,8 @@ class RenderViewImpl : public RenderWidget,
|
| void OnSetWindowVisibility(bool visible);
|
| #endif
|
| void OnSetZoomLevel(double zoom_level);
|
| - void OnSetZoomLevelForLoadingURL(const GURL& url, double zoom_level);
|
| + CONTENT_EXPORT void OnSetZoomLevelForLoadingURL(const GURL& url,
|
| + double zoom_level);
|
| void OnExitFullscreen();
|
| void OnShouldClose();
|
| void OnStop();
|
|
|