summaryrefslogtreecommitdiffstats
path: root/content/common
diff options
context:
space:
mode:
authoraurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 21:14:36 +0000
committeraurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 21:14:36 +0000
commiteb0cf38179a5e427aaaf9d613fca28a105a38233 (patch)
tree6768af93f5cdce09f35468aff21eeab9a39feef3 /content/common
parent0a208bf4f2c0fb0ae4434567b3fe924c62568a9c (diff)
downloadchromium_src-eb0cf38179a5e427aaaf9d613fca28a105a38233.zip
chromium_src-eb0cf38179a5e427aaaf9d613fca28a105a38233.tar.gz
chromium_src-eb0cf38179a5e427aaaf9d613fca28a105a38233.tar.bz2
Switch to sending IME selection updates early.
- Switching to send out UpdateSelection updates as soon as the change is applied in AdapterInputConnection (instead of waiting for Blink) - Start ignoring the IME updates from Blink if it was caused by an IME event sent from AdapterInputConnection by checking requiredAck flag. BUG=235704,145521 Review URL: https://codereview.chromium.org/24195023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r--content/common/view_messages.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index ed0cf62..04d5c09 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1295,10 +1295,6 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SelectPopupMenuItems,
// ViewMsg_ScrollFocusedEditableNodeIntoView was called.
IPC_MESSAGE_ROUTED0(ViewMsg_UndoScrollFocusedEditableNodeIntoView)
-// This message relays the beginning or end of a batch event in the IME.
-IPC_MESSAGE_ROUTED1(ViewMsg_ImeBatchStateChanged,
- bool /* is_begin */)
-
// Notifies the renderer whether hiding/showing the top controls is enabled
// and whether or not to animate to the proper state.
IPC_MESSAGE_ROUTED3(ViewMsg_UpdateTopControlsState,
@@ -2310,11 +2306,6 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_StartContentIntent,
IPC_MESSAGE_ROUTED1(ViewHostMsg_DidChangeBodyBackgroundColor,
uint32 /* bg_color */)
-// This message is an ACK that the batch state change has been received by
-// the renderer and all IME related messages should be processed accordingly.
-IPC_MESSAGE_ROUTED1(ViewHostMsg_ImeBatchStateChanged_ACK,
- bool /* is_begin */)
-
// This message runs the MediaCodec for decoding audio for webaudio.
IPC_MESSAGE_CONTROL3(ViewHostMsg_RunWebAudioMediaCodec,
base::SharedMemoryHandle /* encoded_data_handle */,