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

Unified Diff: cc/layers/layer.h

Issue 1139573004: Reset property tree indices when layer is removed from layer tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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
« no previous file with comments | « no previous file | cc/layers/layer.cc » ('j') | cc/layers/layer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 56decaa741a2d36d5cf3fdbd56d1fd836be41d91..db0f96228fd19df317ca4c2dd865845ee7d3602a 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -686,6 +686,8 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
void UpdateNumCopyRequestsForSubtree(bool add);
void UpdateNumInputHandlersForSubtree(bool add);
+ void InvalidatePropertyTreeIndices();
+
LayerList children_;
Layer* parent_;
« no previous file with comments | « no previous file | cc/layers/layer.cc » ('j') | cc/layers/layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698