| Index: cc/test/layer_tree_test.h
|
| diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
|
| index 61226dd2a3fb0fe0f7ba2f58a0291eda3bba9f0a..34469a7f75c3dcd6ebfb1c64ba28c0264ff6b2c9 100644
|
| --- a/cc/test/layer_tree_test.h
|
| +++ b/cc/test/layer_tree_test.h
|
| @@ -17,11 +17,11 @@ namespace Webkit { class WebGraphicsContext3D; }
|
| namespace cc {
|
| class FakeContextProvider;
|
| class FakeLayerTreeHostClient;
|
| +class FakeOutputSurface;
|
| 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 AnimationDelegate {
|
|
|