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 dd485ba6b759e709edb3ac1f02311cbdbf6012a8..9bc24df5df4518f3a6ffc7cc3882c730edc02eb7 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -1390,6 +1390,10 @@ void LayerTreeHostImpl::SetNeedsRedrawRect(const gfx::Rect& damage_rect) { |
client_->SetNeedsRedrawRectOnImplThread(damage_rect); |
} |
+void LayerTreeHostImpl::RequestDraw() { |
+ client_->OutputSurfaceDidRequestDraw(); |
+} |
+ |
void LayerTreeHostImpl::DidSwapBuffers() { |
client_->DidSwapBuffersOnImplThread(); |
} |