| 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 4f496bb35ce73fcf89a19ac7486cc2271df9e137..909f1c560a849fe6db2b8c3fa62d9b3c2e42131a 100644
|
| --- a/content/test/web_layer_tree_view_impl_for_testing.h
|
| +++ b/content/test/web_layer_tree_view_impl_for_testing.h
|
| @@ -48,8 +48,9 @@ class WebLayerTreeViewImplForTesting
|
| bool use_anchor,
|
| float new_page_scale,
|
| double duration_sec);
|
| - virtual void setNeedsAnimate();
|
| - virtual bool commitRequested() const;
|
| + virtual void setNeedsAnimate(); // Renamed. Staged for removal.
|
| + virtual void setNeedsUpdateLayers();
|
| + virtual bool commitRequested() const; // Unused. Staged for removal.
|
| virtual void composite();
|
| virtual void didStopFlinging();
|
| virtual bool compositeAndReadback(void* pixels, const blink::WebRect& rect);
|
|
|