| 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 6fec0e3c2288f18221930f6e6db3196e99cade64..47fa8e21da2ad1d2571070cdc6bbca9949798354 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);
|
|
|