Chromium Code Reviews| 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 5757694cf4caa5d19d02c67548108868b68b706a..5149cb2fdddb8091405079f1e27d01e15a4785ae 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
| @@ -1699,6 +1699,9 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver, |
| protected: |
| friend class PaintPropertyTreeBuilder; |
| + FRIEND_TEST_ALL_PREFIXES(AnimationCompositorAnimationsTest, |
|
wkorman
2016/12/16 23:08:00
I am not happy about having to do this, but it's j
chrishtr
2016/12/17 00:05:43
Which method do you need that is private?
wkorman
2016/12/17 00:18:27
CompositorAnimationsTest has to be able to call:
|
| + canStartAnimationOnCompositorTransformSPv2); |
| + |
| // The following two functions can be called from PaintPropertyTreeBuilder |
| // only. |
| ObjectPaintProperties& ensurePaintProperties() { |