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

Unified Diff: content/renderer/gpu/input_event_filter.h

Issue 11490017: Sync Ime and Keyboard events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing nits Created 8 years 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
« no previous file with comments | « no previous file | content/renderer/gpu/input_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/input_event_filter.h
diff --git a/content/renderer/gpu/input_event_filter.h b/content/renderer/gpu/input_event_filter.h
index 690e9bdf0c42a5075db26e11de1fc22238b19def..93abf2f7522f6d6e1fb40a898b40f059918f2d3b 100644
--- a/content/renderer/gpu/input_event_filter.h
+++ b/content/renderer/gpu/input_event_filter.h
@@ -75,6 +75,13 @@ class CONTENT_EXPORT InputEventFilter
void SendACKOnIOThread(int routing_id, WebKit::WebInputEvent::Type event_type,
InputEventAckState ack_result);
+ // Queues the given IME event message in the message_ queue if the queue is
+ // not empty and returns true, otherwise returns false.
+ bool QueueImeEvent(const IPC::Message& message);
+
+ // Forwards pending IME event messages to the renderer.
+ void ForwardPendingImeEvents();
+
scoped_refptr<base::MessageLoopProxy> main_loop_;
IPC::Listener* main_listener_;
« no previous file with comments | « no previous file | content/renderer/gpu/input_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698