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 638064740b103caca69de0d10f38ddcf838101bd..946ea07ebe71a4351dcb380e3abbd050db33de4b 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -1330,6 +1330,10 @@ void LayerTreeHostImpl::NotifyReadyToActivate() { |
client_->NotifyReadyToActivate(); |
} |
+void LayerTreeHostImpl::NotifyReadyToDraw() { |
+ client_->NotifyReadyToDraw(); |
+} |
+ |
void LayerTreeHostImpl::NotifyTileStateChanged(const Tile* tile) { |
TRACE_EVENT0("cc", "LayerTreeHostImpl::NotifyTileStateChanged"); |