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