Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: content/common/view_messages.h

Issue 6998002: Send live resize messages to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_mac.mm ('k') | content/renderer/render_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_mac.mm ('k') | content/renderer/render_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698