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

Unified Diff: cc/layers/layer_impl.h

Issue 2611253003: Use private helpers in LayerImpl to shorten property tree references. (Closed)
Patch Set: Created 3 years, 11 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') | no next file with comments »
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 c0ec013171c81f46f2274bdb513928c071a80b55..e0fa9cf92e37827318f77ad7e24ccc49882d5d17 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -546,6 +546,11 @@ class CC_EXPORT LayerImpl {
DrawMode current_draw_mode_;
private:
+ PropertyTrees* GetPropertyTrees() const;
wkorman 2017/01/06 03:41:02 I named these as GetXxx() since not-infrequently o
wkorman 2017/01/06 17:37:32 On reflection I'd like to rename these to remove t
danakj 2017/01/06 17:50:06 That will collide with the type name - and functio
+ EffectTree& GetEffectTree() const;
+ ScrollTree& GetScrollTree() const;
+ TransformTree& GetTransformTree() const;
+
ElementId element_id_;
uint32_t mutable_properties_;
// Rect indicating what was repainted/updated during update.
« no previous file with comments | « no previous file | cc/layers/layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698