diff options
Diffstat (limited to 'cc/test/layer_tree_test.h')
-rw-r--r-- | cc/test/layer_tree_test.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h index 2d67a44..856caaa 100644 --- a/cc/test/layer_tree_test.h +++ b/cc/test/layer_tree_test.h @@ -24,7 +24,6 @@ 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 { @@ -161,7 +160,6 @@ 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_; |