Index: content/renderer/render_view_impl.h |
=================================================================== |
--- content/renderer/render_view_impl.h (revision 107928) |
+++ content/renderer/render_view_impl.h (working copy) |
@@ -859,6 +859,9 @@ |
void OnSelectPopupMenuItem(int selected_index); |
#endif |
void OnZoom(content::PageZoom zoom); |
+ void OnZoomFactor(content::PageZoom zoom, int zoom_center_x, |
+ int zoom_center_y); |
+ |
void OnEnableViewSourceMode(); |
void OnJavaBridgeInit(const IPC::ChannelHandle& channel_handle); |
@@ -867,6 +870,8 @@ |
// and put it in the same position in the .cc file. |
// Misc private functions ---------------------------------------------------- |
+ void ZoomFactorHelper(content::PageZoom zoom, int zoom_center_x, |
+ int zoom_center_y, float scaling_increment); |
void AltErrorPageFinished(WebKit::WebFrame* frame, |
const WebKit::WebURLError& original_error, |