Index: cc/trees/layer_tree_host_impl.cc |
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
index 00be57f29e1240ace59276f22aeb371e2235bd42..41ee28a50f86fb0b6b935b1d5a69775c537c0858 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -1327,6 +1327,10 @@ void LayerTreeHostImpl::NotifyReadyToActivate() { |
client_->NotifyReadyToActivate(); |
} |
+void LayerTreeHostImpl::NotifyReadyToDraw() { |
+ client_->NotifyReadyToDraw(); |
+} |
+ |
void LayerTreeHostImpl::NotifyTileStateChanged(const Tile* tile) { |
TRACE_EVENT0("cc", "LayerTreeHostImpl::NotifyTileStateChanged"); |