| 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() {}
|
|
|
|
|