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

Unified Diff: cc/layer.h

Issue 11316297: Only do full tree sync if tree is actually changed, otherwise just push properties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: extra newline 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 | « no previous file | cc/layer.cc » ('j') | cc/layer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer.h
diff --git a/cc/layer.h b/cc/layer.h
index f8506500ca7a6f144c45d5b4dcc847d35f7cb569..a031635915027d2f6194ba6f23f8435a10597d6a 100644
--- a/cc/layer.h
+++ b/cc/layer.h
@@ -309,6 +309,7 @@ protected:
Layer();
void setNeedsCommit();
+ void setNeedsFullTreeSync();
// This flag is set when layer need repainting/updating.
bool m_needsDisplay;
« no previous file with comments | « no previous file | cc/layer.cc » ('j') | cc/layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698