Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 17504006: GPU process clients can perform a "shallow" finish. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698