Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 14aaf3e544efed6d8da5dc972234c7ecaa6479f2..71c730a442843dc760193eaec75a07c7bb956ae9 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1856,9 +1856,11 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_SelectionChanged, |
ui::Range /* selection range in the document */) |
// Notification that the selection bounds have changed. |
-IPC_MESSAGE_ROUTED2(ViewHostMsg_SelectionBoundsChanged, |
+IPC_MESSAGE_ROUTED4(ViewHostMsg_SelectionBoundsChanged, |
gfx::Rect /* start rect */, |
- gfx::Rect /* end rect */) |
+ WebKit::WebTextDirection /* start text dir */, |
+ gfx::Rect /* end rect */, |
+ WebKit::WebTextDirection /* end text dir */) |
// Asks the browser to open the color chooser. |
IPC_MESSAGE_ROUTED2(ViewHostMsg_OpenColorChooser, |