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

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

Issue 9817001: Implement active wheel fling transfer via WebCompositorInputHandlerClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Really builds Created 8 years, 9 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
« no previous file with comments | « no previous file | content/renderer/gpu/compositor_thread.cc » ('j') | content/renderer/gpu/compositor_thread.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/compositor_thread.h
diff --git a/content/renderer/gpu/compositor_thread.h b/content/renderer/gpu/compositor_thread.h
index ea506d15c31e60675061e86bbbaf683978ff9cfb..91a6e67b8d3e8700e34cee56dcb136d8bf737aee 100644
--- a/content/renderer/gpu/compositor_thread.h
+++ b/content/renderer/gpu/compositor_thread.h
@@ -31,7 +31,7 @@ class CompositorThread {
// to the compositor's thread.
IPC::ChannelProxy::MessageFilter* GetMessageFilter() const;
- // Callable from the main thread or the compositor's thread.
+ // Callable from the main thread only.
void AddInputHandler(int routing_id, int input_handler_id);
webkit_glue::WebThreadImpl* GetWebThread() { return &thread_; }
@@ -44,6 +44,12 @@ class CompositorThread {
void HandleInputEvent(int routing_id,
const WebKit::WebInputEvent* input_event);
+ // Called from the compositor's thread.
+ void AddInputHandlerOnCompositorThread(
+ int routing_id,
+ int input_handler_id,
+ scoped_refptr<base::MessageLoopProxy> main_loop);
+
class InputHandlerWrapper;
friend class InputHandlerWrapper;
« no previous file with comments | « no previous file | content/renderer/gpu/compositor_thread.cc » ('j') | content/renderer/gpu/compositor_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698