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

Unified Diff: content/common/input_messages.h

Issue 657803002: Update touch selection to only modify one selection point at a time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: content/common/input_messages.h
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index 1827212699c9acb9e3283ddd7f975834ee66f34f..0a95dac59fab5e8cbcb977e86b8e74f02934649d 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -202,6 +202,10 @@ IPC_MESSAGE_ROUTED2(InputMsg_SelectRange,
gfx::Point /* start */,
gfx::Point /* end */)
+// Requests the renderer to move the selection extent point to a new position.
+IPC_MESSAGE_ROUTED1(InputMsg_MoveSelectionExtent,
+ gfx::Point /* point */)
+
// Requests the renderer to move the caret selection toward the point.
// Expects a MoveCaret_ACK message when finished.
IPC_MESSAGE_ROUTED1(InputMsg_MoveCaret,

Powered by Google App Engine
This is Rietveld 408576698