Index: trunk/src/cc/test/layer_tree_test.h |
=================================================================== |
--- trunk/src/cc/test/layer_tree_test.h (revision 206654) |
+++ trunk/src/cc/test/layer_tree_test.h (working copy) |
@@ -24,7 +24,6 @@ |
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 @@ |
LayerTreeSettings settings_; |
scoped_ptr<LayerTreeHostClientForTesting> client_; |
scoped_ptr<LayerTreeHost> layer_tree_host_; |
- FakeOutputSurface* output_surface_; |
bool beginning_; |
bool end_when_begin_returns_; |