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

Unified Diff: ui/gfx/compositor/test/test_compositor_host.h

Issue 10258006: Remove dispatcher in test compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | ui/gfx/compositor/test/test_compositor_host_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/test/test_compositor_host.h
diff --git a/ui/gfx/compositor/test/test_compositor_host.h b/ui/gfx/compositor/test/test_compositor_host.h
index ea15ba0fec8d2a09baa7e3fe8cf6299aa517e2cd..ab4b8b0d552e21eb7e1923cbe643a2bd4d3d1c39 100644
--- a/ui/gfx/compositor/test/test_compositor_host.h
+++ b/ui/gfx/compositor/test/test_compositor_host.h
@@ -16,11 +16,7 @@ namespace ui {
class Compositor;
-#if defined (OS_MACOSX)
class TestCompositorHost {
-#else
-class TestCompositorHost : public MessageLoop::Dispatcher {
-#endif
public:
virtual ~TestCompositorHost() {}
« no previous file with comments | « no previous file | ui/gfx/compositor/test/test_compositor_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698