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

Unified Diff: cc/trees/effect_node.cc

Issue 2892103002: Update cc effect node documentation. (Closed)
Patch Set: Remove TODO. 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 | « cc/trees/effect_node.h ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/effect_node.cc
diff --git a/cc/trees/effect_node.cc b/cc/trees/effect_node.cc
index 464422a2e66b6867a66e3fa34e16456f2a793998..7a556277530b4f8108e088d2423ceec6f210ace4 100644
--- a/cc/trees/effect_node.cc
+++ b/cc/trees/effect_node.cc
@@ -27,11 +27,11 @@ EffectNode::EffectNode()
is_currently_animating_filter(false),
is_currently_animating_opacity(false),
effect_changed(false),
- subtree_has_copy_request(0),
+ subtree_has_copy_request(false),
transform_id(0),
clip_id(0),
target_id(1),
- mask_layer_id(-1),
+ mask_layer_id(Layer::INVALID_ID),
closest_ancestor_with_copy_request_id(-1) {}
EffectNode::EffectNode(const EffectNode& other) = default;
« no previous file with comments | « cc/trees/effect_node.h ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698