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 24464166944f5d0fc7ea30cd2f9823b7446bd7fc..b2d6e637b7943caac748a51f17eb13723413751e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -1712,6 +1712,9 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver, |
protected: |
friend class PaintPropertyTreeBuilder; |
+ FRIEND_TEST_ALL_PREFIXES(AnimationCompositorAnimationsTest, |
+ canStartAnimationOnCompositorTransformSPv2); |
+ |
// The following two functions can be called from PaintPropertyTreeBuilder |
// only. |
ObjectPaintProperties& ensurePaintProperties() { |