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

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

Issue 11577024: Revert 172287 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- content/renderer/gpu/input_event_filter.h (revision 173178)
+++ content/renderer/gpu/input_event_filter.h (working copy)
@@ -75,13 +75,6 @@
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