Index: cc/trees/layer_tree_host_impl.cc |
=================================================================== |
--- cc/trees/layer_tree_host_impl.cc (revision 207109) |
+++ cc/trees/layer_tree_host_impl.cc (working copy) |
@@ -1219,8 +1219,9 @@ |
} |
void LayerTreeHostImpl::FinishAllRendering() { |
- if (renderer_) |
- renderer_->Finish(); |
+ // Can this be a flush? |
piman
2013/06/21 02:31:10
I believe this was needed at some point on some pl
|
+ //if (renderer_) |
+ // renderer_->Finish(); |
} |
bool LayerTreeHostImpl::IsContextLost() { |