Chromium Code Reviews| Index: chrome/common/render_messages_internal.h |
| =================================================================== |
| --- chrome/common/render_messages_internal.h (revision 10330) |
| +++ chrome/common/render_messages_internal.h (working copy) |
| @@ -526,6 +526,9 @@ |
| double /* left channel */, |
| double /* right channel */) |
| + // Notification that a move or resize renderer's containing window has |
| + // started. |
| + IPC_MESSAGE_ROUTED0(ViewMsg_MoveOrResizeStarted) |
| IPC_END_MESSAGES(View) |