summaryrefslogtreecommitdiffstats
path: root/chromium/cc/trees/effect_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/trees/effect_node.h')
-rw-r--r--chromium/cc/trees/effect_node.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/chromium/cc/trees/effect_node.h b/chromium/cc/trees/effect_node.h
index 0f9d220d218..50a8d725dec 100644
--- a/chromium/cc/trees/effect_node.h
+++ b/chromium/cc/trees/effect_node.h
@@ -37,7 +37,6 @@ enum class RenderSurfaceReason : uint8_t {
kClipPath,
kClipAxisAlignment,
kMask,
- kRootOrIsolatedGroup,
kTrilinearFiltering,
kCache,
kCopyRequest,
@@ -88,8 +87,6 @@ struct CC_EXPORT EffectNode {
gfx::Vector2dF surface_contents_scale;
- gfx::Size unscaled_mask_target_size;
-
bool cache_render_surface : 1;
bool has_copy_request : 1;
bool hidden_by_backface_visibility : 1;
@@ -118,8 +115,6 @@ struct CC_EXPORT EffectNode {
bool is_currently_animating_opacity : 1;
// Whether this node has a child node with kDstIn blend mode.
bool has_masking_child : 1;
- // Whether this node has a mask. This bit is not used when using layer lists.
- bool is_masked : 1;
// Whether this node's effect has been changed since the last
// frame. Needed in order to compute damage rect.
bool effect_changed : 1;
@@ -140,9 +135,6 @@ struct CC_EXPORT EffectNode {
// This is the id of the ancestor effect node that induces a
// RenderSurfaceImpl.
int target_id;
- // The layer id of the mask layer, if any, to apply to this effect
- // node's content when rendering to a surface.
- int mask_layer_id;
int closest_ancestor_with_cached_render_surface_id;
int closest_ancestor_with_copy_request_id;