| Index: content/common/view_messages.h
|
| ===================================================================
|
| --- content/common/view_messages.h (revision 107314)
|
| +++ content/common/view_messages.h (working copy)
|
| @@ -926,6 +926,12 @@
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SetZoomLevel,
|
| double /* zoom_level */)
|
|
|
| +// Zooms the page by the factor defined in the renderer.
|
| +IPC_MESSAGE_ROUTED3(ViewMsg_ZoomFactor,
|
| + PageZoom::Function,
|
| + 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.
|
|
|