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

Unified Diff: cc/tiled_layer.cc

Issue 11475054: cc: Add a blocksPendingCommit flag to LayerImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: LayerImpl=>Layer, pendingTree=>pendingCommit Created 8 years 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
« no previous file with comments | « cc/tiled_layer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiled_layer.cc
diff --git a/cc/tiled_layer.cc b/cc/tiled_layer.cc
index cbb89bf5feb986f6cfc977e14eaa99dc7eafd7f3..b956a2f9b2a4d3fda71ca0a34a2d859cf60ec21d 100644
--- a/cc/tiled_layer.cc
+++ b/cc/tiled_layer.cc
@@ -219,6 +219,11 @@ void TiledLayer::pushPropertiesTo(LayerImpl* layer)
m_tiler->takeTile((*iter)->i(), (*iter)->j());
}
+bool TiledLayer::blocksPendingCommit() const
+{
+ return true;
+}
+
PrioritizedResourceManager* TiledLayer::resourceManager() const
{
if (!layerTreeHost())
« no previous file with comments | « cc/tiled_layer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698