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

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

Issue 8486020: compositor_unittests target is unimplmented on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address kbr's comments (#14) Created 9 years, 1 month 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
Index: ui/gfx/compositor/test_compositor_host.h
diff --git a/ui/gfx/compositor/test_compositor_host.h b/ui/gfx/compositor/test_compositor_host.h
index 3754aab7ee70b79d4330f0b54da25304246aa552..81ed53cdb26728c6051cae0f29e98dc7176f6b50 100644
--- a/ui/gfx/compositor/test_compositor_host.h
+++ b/ui/gfx/compositor/test_compositor_host.h
@@ -16,7 +16,11 @@ namespace ui {
class Compositor;
+#if defined (OS_MACOSX)
+class TestCompositorHost {
+#else
class TestCompositorHost : public MessageLoop::Dispatcher {
+#endif
public:
virtual ~TestCompositorHost() {}

Powered by Google App Engine
This is Rietveld 408576698