Index: trunk/src/content/test/web_layer_tree_view_impl_for_testing.h |
=================================================================== |
--- trunk/src/content/test/web_layer_tree_view_impl_for_testing.h (revision 245527) |
+++ trunk/src/content/test/web_layer_tree_view_impl_for_testing.h (working copy) |
@@ -48,9 +48,8 @@ |
bool use_anchor, |
float new_page_scale, |
double duration_sec); |
- virtual void setNeedsAnimate(); // Renamed. Staged for removal. |
- virtual void setNeedsUpdateLayers(); |
- virtual bool commitRequested() const; // Unused. Staged for removal. |
+ virtual void setNeedsAnimate(); |
+ virtual bool commitRequested() const; |
virtual void composite(); |
virtual void didStopFlinging(); |
virtual bool compositeAndReadback(void* pixels, const blink::WebRect& rect); |