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 02af12d4559df864eaa08193c69922b2c639853e..fd685437111b0fed4de62b8098ab95457e39554d 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -1445,6 +1445,10 @@ void LayerTreeHostImpl::ReclaimResources(const CompositorFrameAck* ack) { |
} |
} |
+void LayerTreeHostImpl::OnDraw() { |
+ client_->OnDrawForOutputSurface(); |
+} |
+ |
void LayerTreeHostImpl::OnCanDrawStateChangedForTree() { |
client_->OnCanDrawStateChanged(CanDraw()); |
} |