Index: content/common/view_messages.h |
=================================================================== |
--- content/common/view_messages.h (revision 107928) |
+++ content/common/view_messages.h (working copy) |
@@ -920,6 +920,12 @@ |
IPC_MESSAGE_ROUTED1(ViewMsg_SetZoomLevel, |
double /* zoom_level */) |
+// Zooms the page by the factor defined in the renderer. |
+IPC_MESSAGE_ROUTED3(ViewMsg_ZoomFactor, |
+ content::PageZoom, |
+ int /* zoom center_x */, |
+ int /* zoom center_y */) |
+ |
// Set the zoom level for a particular url that the renderer is in the |
// process of loading. This will be stored, to be used if the load commits |
// and ignored otherwise. |