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

Unified Diff: content/common/input_messages.h

Issue 2210533004: Revert of Do not calculate composition bounds until IME requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 5ca7f71e40ed7dd0a82e20208807abea47f0871a..4d3c0ce4a639194a2f7c73680aff2ec049febb5e 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -262,11 +262,6 @@
IPC_MESSAGE_ROUTED0(InputMsg_RequestTextInputStateUpdate)
#endif
-// Request from browser to update the cursor and composition information.
-IPC_MESSAGE_ROUTED2(InputMsg_RequestCompositionUpdate,
- bool /* immediate request */,
- bool /* monitor request */)
-
IPC_MESSAGE_ROUTED0(InputMsg_SyntheticGestureCompleted)
// -----------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698