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

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

Issue 10546115: Quad list IPC infrastructure. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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 | « content/common/view_messages.h ('k') | content/renderer/gpu/compositor_thread.cc » ('j') | no next file with comments »
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 aed3afd51249b1a02061e8d8d239d2f31b2640da..4bddaa83504d90824c7d29b4fb56323b12e75323 100644
--- a/content/renderer/gpu/compositor_thread.h
+++ b/content/renderer/gpu/compositor_thread.h
@@ -35,6 +35,7 @@ class CompositorThread {
// Callable from the main thread only.
void AddInputHandler(int routing_id,
+ IPC::Message::Sender* sender,
int input_handler_id,
const base::WeakPtr<RenderViewImpl>& render_view_impl);
@@ -51,6 +52,7 @@ class CompositorThread {
// Called from the compositor's thread.
void AddInputHandlerOnCompositorThread(
int routing_id,
+ IPC::Message::Sender* sender,
int input_handler_id,
scoped_refptr<base::MessageLoopProxy> main_loop,
const base::WeakPtr<RenderViewImpl>& render_view_impl);
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/gpu/compositor_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698