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

Unified Diff: content/common/input_messages.h

Issue 2121953002: Do not calculate composition bounds until IME requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [WIP] check with try bots Created 4 years, 5 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 4d3c0ce4a639194a2f7c73680aff2ec049febb5e..333079671044429770c5ec348e7b63798228ef58 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -260,6 +260,9 @@ IPC_MESSAGE_ROUTED0(InputMsg_ImeEventAck)
// Request from browser to update text input state.
IPC_MESSAGE_ROUTED0(InputMsg_RequestTextInputStateUpdate)
+
+// Request from browser to update the cursor and composition information.
+IPC_MESSAGE_ROUTED1(InputMsg_RequestCursorUpdate, int /* mode */)
#endif
IPC_MESSAGE_ROUTED0(InputMsg_SyntheticGestureCompleted)

Powered by Google App Engine
This is Rietveld 408576698