| Index: ui/compositor/test/test_compositor_host.h
|
| diff --git a/ui/compositor/test/test_compositor_host.h b/ui/compositor/test/test_compositor_host.h
|
| index 67e7606c0616126f0635f27c46a5f3b13f003dce..dfdd87d25ce8e7d2bc4323ccdb10a6534ec81021 100644
|
| --- a/ui/compositor/test/test_compositor_host.h
|
| +++ b/ui/compositor/test/test_compositor_host.h
|
| @@ -12,13 +12,15 @@ class Rect;
|
| namespace ui {
|
|
|
| class Compositor;
|
| +class ContextFactory;
|
|
|
| class TestCompositorHost {
|
| public:
|
| virtual ~TestCompositorHost() {}
|
|
|
| // Creates a new TestCompositorHost. The caller owns the returned value.
|
| - static TestCompositorHost* Create(const gfx::Rect& bounds);
|
| + static TestCompositorHost* Create(const gfx::Rect& bounds,
|
| + ui::ContextFactory* context_factory);
|
|
|
| // Shows the TestCompositorHost.
|
| virtual void Show() = 0;
|
|
|