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

Unified Diff: content/common/view_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/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index fa24c49ff9ac52c0116083e4ac9d722dffa54528..093f2a197aa3224ef82368961bffe487a3633dac 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1333,6 +1333,7 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_SetTooltipText,
blink::WebTextDirection /* text direction hint */)
IPC_MESSAGE_ROUTED0(ViewHostMsg_SelectRange_ACK)
+IPC_MESSAGE_ROUTED0(ViewHostMsg_MoveSelectionExtent_ACK)
jdduke (slow) 2014/10/15 15:46:07 Hmm, these should really be InputHostMsg types, wo
christiank 2014/10/17 14:33:05 Sure!
IPC_MESSAGE_ROUTED0(ViewHostMsg_MoveCaret_ACK)
// Notification that the text selection has changed.

Powered by Google App Engine
This is Rietveld 408576698