summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_common.cc
diff options
context:
space:
mode:
authorweiliangc <weiliangc@chromium.org>2015-08-18 09:29:35 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-18 16:30:21 +0000
commit6a52f30f89fbd0ca6c874af19e4a5bd70facb4d6 (patch)
tree40e35bf444d6eefa7d11574d63c6da88f85f2a75 /cc/trees/layer_tree_host_common.cc
parent5f7f7193b3a7cf794458045044b2eaa8971f68b2 (diff)
downloadchromium_src-6a52f30f89fbd0ca6c874af19e4a5bd70facb4d6.zip
chromium_src-6a52f30f89fbd0ca6c874af19e4a5bd70facb4d6.tar.gz
chromium_src-6a52f30f89fbd0ca6c874af19e4a5bd70facb4d6.tar.bz2
Rename OpacityTree to EffectTree
Effect tree is going to contain opacity as well as other render effects. Change the name as a first step. BUG=521717 R=enne CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1284103007 Cr-Commit-Position: refs/heads/master@{#343936}
Diffstat (limited to 'cc/trees/layer_tree_host_common.cc')
-rw-r--r--cc/trees/layer_tree_host_common.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/trees/layer_tree_host_common.cc b/cc/trees/layer_tree_host_common.cc
index 0f07bf7..abf2146 100644
--- a/cc/trees/layer_tree_host_common.cc
+++ b/cc/trees/layer_tree_host_common.cc
@@ -2327,11 +2327,11 @@ void VerifyPropertyTreeValuesForLayer(LayerImpl* current_layer,
const bool draw_opacities_match =
current_layer->draw_opacity() ==
- DrawOpacityFromPropertyTrees(current_layer, property_trees->opacity_tree);
+ DrawOpacityFromPropertyTrees(current_layer, property_trees->effect_tree);
CHECK(draw_opacities_match)
<< "expected: " << current_layer->draw_opacity()
<< " actual: " << DrawOpacityFromPropertyTrees(
- current_layer, property_trees->opacity_tree);
+ current_layer, property_trees->effect_tree);
const bool can_use_lcd_text_match =
CanUseLcdTextFromPropertyTrees(