Index: cc/test/layer_tree_test.h |
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h |
index c2b18b15815f0947cc4cdb0c5059c8a35792b188..6f2e1d26202081e3c433548d953d534691b75b26 100644 |
--- a/cc/test/layer_tree_test.h |
+++ b/cc/test/layer_tree_test.h |
@@ -47,10 +47,9 @@ class TestHooks : public AnimationDelegate { |
virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) {} |
virtual void InitializedRendererOnThread(LayerTreeHostImpl* host_impl, |
bool success) {} |
- virtual DrawResult PrepareToDrawOnThread( |
- LayerTreeHostImpl* host_impl, |
- LayerTreeHostImpl::FrameData* frame_data, |
- DrawResult draw_result); |
+ virtual DrawResult PrepareToDrawOnThread(LayerTreeHostImpl* host_impl, |
+ FrameData* frame_data, |
+ DrawResult draw_result); |
virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) {} |
virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl, bool result) {} |
virtual void SwapBuffersCompleteOnThread(LayerTreeHostImpl* host_impl) {} |