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

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

Issue 10532162: Rename IPC Sender and Listener in ppapi, content/public, and content/renderer (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/renderer/dom_automation_controller.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..ed38a37240382a0f9b4539e7cd36d032c90db848 100644
--- a/content/renderer/gpu/compositor_thread.h
+++ b/content/renderer/gpu/compositor_thread.h
@@ -26,7 +26,7 @@ class CompositorThread {
public:
// |main_listener| refers to the central IPC message listener that lives on
// the main thread, where all incoming IPC messages are first handled.
- explicit CompositorThread(IPC::Channel::Listener* main_listener);
+ explicit CompositorThread(IPC::Listener* main_listener);
~CompositorThread();
// This MessageFilter should be added to allow input events to be redirected
« no previous file with comments | « content/renderer/dom_automation_controller.h ('k') | content/renderer/gpu/compositor_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698