Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index f210824ac9ba2ff5d4fc0a6b47e31f7a96b72518..40e185b8abab90f63433d1d4355d76e503f6d8ec 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1629,6 +1629,10 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_SelectionChanged, |
IPC_MESSAGE_ROUTED1(ViewHostMsg_SelectionBoundsChanged, |
ViewHostMsg_SelectionBounds_Params) |
+// Notification that the selection root bounds have changed. |
+IPC_MESSAGE_ROUTED1(ViewHostMsg_SelectionRootBoundsChanged, |
+ gfx::Rect /* bounds of the selection root */) |
+ |
// Asks the browser to open the color chooser. |
IPC_MESSAGE_ROUTED3(ViewHostMsg_OpenColorChooser, |
int /* id */, |