| Index: trunk/src/content/test/web_layer_tree_view_impl_for_testing.cc
|
| ===================================================================
|
| --- trunk/src/content/test/web_layer_tree_view_impl_for_testing.cc (revision 245527)
|
| +++ trunk/src/content/test/web_layer_tree_view_impl_for_testing.cc (working copy)
|
| @@ -114,19 +114,12 @@
|
| float new_page_scale,
|
| double duration_sec) {}
|
|
|
| -// Renamed. Staged for removal.
|
| void WebLayerTreeViewImplForTesting::setNeedsAnimate() {
|
| - setNeedsUpdateLayers();
|
| + layer_tree_host_->SetNeedsAnimate();
|
| }
|
|
|
| -void WebLayerTreeViewImplForTesting::setNeedsUpdateLayers() {
|
| - layer_tree_host_->SetNeedsUpdateLayers();
|
| -}
|
| -
|
| -// Unused. Staged for removal.
|
| bool WebLayerTreeViewImplForTesting::commitRequested() const {
|
| - NOTREACHED();
|
| - return false;
|
| + return layer_tree_host_->CommitRequested();
|
| }
|
|
|
| void WebLayerTreeViewImplForTesting::composite() {
|
|
|