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

Unified Diff: cc/layers/layer_impl.h

Issue 2918163002: cc: Workaround invalid property tree state on Layers. (Closed)
Patch Set: Created 3 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_impl.cc » ('j') | cc/layers/layer_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 35a155de91bc02b43a06d8645f2f8bb4dfe61782..9bd1e49955c4f317cb9fdee06495d91eb7298930 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -448,6 +448,8 @@ class CC_EXPORT LayerImpl {
}
bool raster_even_if_not_drawn() const { return raster_even_if_not_drawn_; }
+ bool EnsureValidPropertyTreeIndices() const;
enne (OOO) 2017/06/02 18:41:19 bikeshed: functions called "Ensure" I expect to be
Khushal 2017/06/02 18:47:03 Done.
+
protected:
LayerImpl(LayerTreeImpl* layer_impl,
int id,
« no previous file with comments | « no previous file | cc/layers/layer_impl.cc » ('j') | cc/layers/layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698