| Index: third_party/WebKit/Source/core/paint/PaintLayer.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| index a79763d94919db185dacbdf82b22ce7b596c079c..988052902d4b1a9057e26adad6be02955f93750f 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -1242,6 +1242,8 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
|
|
|
| FRIEND_TEST_ALL_PREFIXES(PaintLayerTest,
|
| DescendantDependentFlagsStopsAtThrottledFrames);
|
| + FRIEND_TEST_ALL_PREFIXES(PaintLayerTest,
|
| + PaintLayerTransformUpdatedOnStyleTransformAnimation);
|
| };
|
|
|
| } // namespace blink
|
|
|