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

Unified Diff: cc/layers/render_surface_impl.cc

Issue 2616353003: Clarify property tree id-to-index map names. (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
Index: cc/layers/render_surface_impl.cc
diff --git a/cc/layers/render_surface_impl.cc b/cc/layers/render_surface_impl.cc
index a92e21b14c50d44ae7be26c5c2d09052fcf8c6e3..92aae3166816246d514a7ed9f895f1dd2dd395c3 100644
--- a/cc/layers/render_surface_impl.cc
+++ b/cc/layers/render_surface_impl.cc
@@ -162,7 +162,7 @@ int RenderSurfaceImpl::ClipTreeIndex() const {
int RenderSurfaceImpl::EffectTreeIndex() const {
DCHECK_EQ(effect_tree_index_,
layer_tree_impl_->property_trees()
- ->effect_id_to_index_map[stable_effect_id_]);
+ ->layer_id_to_effect_node_index[stable_effect_id_]);
return effect_tree_index_;
}

Powered by Google App Engine
This is Rietveld 408576698