Chromium Code Reviews| Index: content/common/view_messages.h |
| =================================================================== |
| --- content/common/view_messages.h (revision 83338) |
| +++ content/common/view_messages.h (working copy) |
| @@ -1125,6 +1125,11 @@ |
| gfx::Rect /* window frame */, |
| gfx::Rect /* content view frame */) |
| +// Message sent from the browser to the renderer that the view has started or |
| +// ended. |
|
Avi (use Gerrit)
2011/05/10 23:22:56
that the view has started or ended what?
sail
2011/05/13 22:14:54
Done.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_SetInLiveResize, |
| + bool /* enable */) |
| + |
| // Tell the renderer that plugin IME has completed. |
| IPC_MESSAGE_ROUTED2(ViewMsg_PluginImeCompositionCompleted, |
| string16 /* text */, |
| @@ -1186,7 +1191,6 @@ |
| // Tells the render view a prerendered page is about to be displayed. |
| IPC_MESSAGE_ROUTED0(ViewMsg_DisplayPrerenderedPage) |
| - |
| // Messages sent from the renderer to the browser. |
| // Sent by the renderer when it is creating a new window. The browser creates |