| Index: ui/compositor/test/test_compositor_host_x11.cc
|
| diff --git a/ui/compositor/test/test_compositor_host_x11.cc b/ui/compositor/test/test_compositor_host_x11.cc
|
| index d881d154d243cc1c600072cadcf13b0d00f35c0e..0ee628478457054f2c1d84291a61a335a8991fbb 100644
|
| --- a/ui/compositor/test/test_compositor_host_x11.cc
|
| +++ b/ui/compositor/test/test_compositor_host_x11.cc
|
| @@ -30,8 +30,6 @@ class TestCompositorHostX11 : public TestCompositorHost {
|
| virtual void Show() override;
|
| virtual ui::Compositor* GetCompositor() override;
|
|
|
| - void Draw();
|
| -
|
| gfx::Rect bounds_;
|
|
|
| ui::ContextFactory* context_factory_;
|
| @@ -85,11 +83,6 @@ ui::Compositor* TestCompositorHostX11::GetCompositor() {
|
| return compositor_.get();
|
| }
|
|
|
| -void TestCompositorHostX11::Draw() {
|
| - if (compositor_.get())
|
| - compositor_->Draw();
|
| -}
|
| -
|
| // static
|
| TestCompositorHost* TestCompositorHost::Create(
|
| const gfx::Rect& bounds,
|
|
|