| Index: cc/test/layer_tree_test.h
|
| diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
|
| index a7eb49d92106fa9c6ddaad7ed8179fa5f2ee1b77..82c2b51f46dd4357fa912aca10ca5253749912b7 100644
|
| --- a/cc/test/layer_tree_test.h
|
| +++ b/cc/test/layer_tree_test.h
|
| @@ -24,6 +24,7 @@ class LayerImpl;
|
| class LayerTreeHost;
|
| class LayerTreeHostClient;
|
| class LayerTreeHostImpl;
|
| +class FakeOutputSurface;
|
|
|
| // Used by test stubs to notify the test when something interesting happens.
|
| class TestHooks : public WebKit::WebAnimationDelegate {
|
| @@ -159,6 +160,7 @@ class LayerTreeTest : public testing::Test, public TestHooks {
|
| LayerTreeSettings settings_;
|
| scoped_ptr<LayerTreeHostClientForTesting> client_;
|
| scoped_ptr<LayerTreeHost> layer_tree_host_;
|
| + FakeOutputSurface* output_surface_;
|
|
|
| bool beginning_;
|
| bool end_when_begin_returns_;
|
|
|