Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.h

Issue 2596623002: Create compositor animations for effect animations in SPv2. (Closed)
Patch Set: Sync to head and add node removal test. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698