| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index b2d6e637b7943caac748a51f17eb13723413751e..7ea879829cb92d57656ec36316a28c4d56ef1c86 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1714,6 +1714,8 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
|
| friend class PaintPropertyTreeBuilder;
|
| FRIEND_TEST_ALL_PREFIXES(AnimationCompositorAnimationsTest,
|
| canStartAnimationOnCompositorTransformSPv2);
|
| + FRIEND_TEST_ALL_PREFIXES(AnimationCompositorAnimationsTest,
|
| + canStartAnimationOnCompositorEffectSPv2);
|
|
|
| // The following two functions can be called from PaintPropertyTreeBuilder
|
| // only.
|
|
|