| Index: content/test/web_layer_tree_view_impl_for_testing.h
|
| diff --git a/content/test/web_layer_tree_view_impl_for_testing.h b/content/test/web_layer_tree_view_impl_for_testing.h
|
| index e2403bc3c54032303d4bb918aaafbf3bc52bcdde..d7d7727ef31fd0acf5fdf283d3e8f698308b1c55 100644
|
| --- a/content/test/web_layer_tree_view_impl_for_testing.h
|
| +++ b/content/test/web_layer_tree_view_impl_for_testing.h
|
| @@ -74,6 +74,7 @@ class WebLayerTreeViewImplForTesting
|
| virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
|
| OVERRIDE;
|
| virtual void DidInitializeOutputSurface() OVERRIDE {}
|
| + virtual void DidLoseOutputSurface() OVERRIDE {}
|
| virtual void WillCommit() OVERRIDE {}
|
| virtual void DidCommit() OVERRIDE {}
|
| virtual void DidCommitAndDrawFrame() OVERRIDE {}
|
|
|