| Index: ui/compositor/test/test_compositor_host_mac.mm
|
| diff --git a/ui/compositor/test/test_compositor_host_mac.mm b/ui/compositor/test/test_compositor_host_mac.mm
|
| index acab54fdb4f53512a70e49a75d2ecdaadfe4c4b7..c114e5d21ca701ff8c6c062daab6ebd567e45443 100644
|
| --- a/ui/compositor/test/test_compositor_host_mac.mm
|
| +++ b/ui/compositor/test/test_compositor_host_mac.mm
|
| @@ -94,8 +94,6 @@ class TestCompositorHostMac : public TestCompositorHost,
|
|
|
| gfx::Rect bounds_;
|
|
|
| - ui::ContextFactory* context_factory_;
|
| -
|
| ui::Compositor compositor_;
|
|
|
| // Owned. Released when window is closed.
|
| @@ -108,7 +106,6 @@ TestCompositorHostMac::TestCompositorHostMac(
|
| const gfx::Rect& bounds,
|
| ui::ContextFactory* context_factory)
|
| : bounds_(bounds),
|
| - context_factory_(context_factory),
|
| compositor_(context_factory, base::ThreadTaskRunnerHandle::Get()),
|
| window_(nil) {
|
| }
|
|
|