| Index: third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h b/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
| index b9c9d19ea27cab601ae6129e03a6244b1f7d2aa0..f62059d9c86543e272251ff9b947186b3d8adfc6 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
| @@ -113,6 +113,10 @@ class PLATFORM_EXPORT EffectPaintPropertyNode
|
| return m_directCompositingReasons != CompositingReasonNone;
|
| }
|
|
|
| + bool requiresCompositingForAnimation() const {
|
| + return m_directCompositingReasons & CompositingReasonActiveAnimation;
|
| + }
|
| +
|
| const CompositorElementId& compositorElementId() const {
|
| return m_compositorElementId;
|
| }
|
|
|