| 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 0f00978b2eec1eec307b2682a53a508bb03358eb..c1d77409ee110682ec38c7231e01890680f880e5 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -1250,6 +1250,8 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
|
|
|
| FRIEND_TEST_ALL_PREFIXES(PaintLayerTest,
|
| DescendantDependentFlagsStopsAtThrottledFrames);
|
| + FRIEND_TEST_ALL_PREFIXES(PaintLayerTest,
|
| + PaintLayerTransformUpdatedOnStyleTransformAnimation);
|
| };
|
|
|
| } // namespace blink
|
|
|