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

Unified Diff: third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.h

Issue 1473963004: CSS animation for SVG presentation attribute 'd' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Oilpan Created 5 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/animation/animatable/AnimatableValueTestHelper.h
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.h
index ef7a4c1cfef8685c2c65ab57b7bac3fd76a0777c..a27fce3456436074976736bc96b441886905107f 100644
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.h
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.h
@@ -40,6 +40,7 @@
#include "core/animation/animatable/AnimatableColor.h"
#include "core/animation/animatable/AnimatableImage.h"
#include "core/animation/animatable/AnimatableNeutral.h"
+#include "core/animation/animatable/AnimatablePath.h"
#include "core/animation/animatable/AnimatableRepeatable.h"
#include "core/animation/animatable/AnimatableSVGPaint.h"
#include "core/animation/animatable/AnimatableShapeValue.h"
@@ -59,6 +60,7 @@ void PrintTo(const AnimatableClipPathOperation&, ::std::ostream*);
void PrintTo(const AnimatableColor&, ::std::ostream*);
void PrintTo(const AnimatableImage&, ::std::ostream*);
void PrintTo(const AnimatableNeutral&, ::std::ostream*);
+void PrintTo(const AnimatablePath&, ::std::ostream*);
void PrintTo(const AnimatableRepeatable&, ::std::ostream*);
void PrintTo(const AnimatableShapeValue&, ::std::ostream*);
void PrintTo(const AnimatableStrokeDasharrayList&, ::std::ostream*);

Powered by Google App Engine
This is Rietveld 408576698