Index: content/test/web_layer_tree_view_impl_for_testing.cc |
diff --git a/content/test/web_layer_tree_view_impl_for_testing.cc b/content/test/web_layer_tree_view_impl_for_testing.cc |
index 3bd6532c428fd3927c08a316e30cf126290e5ac1..8ed5b6353408005ac36732b7ea81eabdb641186b 100644 |
--- a/content/test/web_layer_tree_view_impl_for_testing.cc |
+++ b/content/test/web_layer_tree_view_impl_for_testing.cc |
@@ -116,18 +116,14 @@ void WebLayerTreeViewImplForTesting::startPageScaleAnimation( |
float new_page_scale, |
double duration_sec) {} |
-void WebLayerTreeViewImplForTesting::setNeedsAnimate() { |
- layer_tree_host_->SetNeedsAnimate(); |
+void WebLayerTreeViewImplForTesting::setNeedsUpdateLayers() { |
+ layer_tree_host_->SetNeedsUpdateLayers(); |
} |
void WebLayerTreeViewImplForTesting::setNeedsRedraw() { |
layer_tree_host_->SetNeedsRedraw(); |
} |
-bool WebLayerTreeViewImplForTesting::commitRequested() const { |
- return layer_tree_host_->CommitRequested(); |
-} |
- |
void WebLayerTreeViewImplForTesting::composite() { |
layer_tree_host_->Composite(gfx::FrameTime::Now()); |
} |