Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index c12bef8fe3b889ec08144588f68a3f3f04e59ab9..9d2dcb5e74d7094f475e90fa8e165d6450bc5023 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -987,6 +987,12 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetSurfaceIdNamespace, |
IPC_MESSAGE_ROUTED0(ViewMsg_SelectWordAroundCaret) |
+// Sent by the browser to ask the renderer to adjust the selection |
+// by the given amounts. |
+IPC_MESSAGE_ROUTED2(ViewMsg_MoveSelectionByCharacterOffset, |
+ int /* start_adjust*/, |
+ int /* end_adjust */) |
+ |
// Sent by the browser to ask the renderer to redraw. |
// If |request_id| is not zero, it is added to the forced frame's latency info |
// as ui::WINDOW_SNAPSHOT_FRAME_NUMBER_COMPONENT. |