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

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

Issue 983103003: Use Length for the stroke-width property in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: lengthSetterForProperty Created 5 years, 9 months 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: Source/core/animation/animatable/AnimatableValueTestHelper.h
diff --git a/Source/core/animation/animatable/AnimatableValueTestHelper.h b/Source/core/animation/animatable/AnimatableValueTestHelper.h
index 9aab39c524ed072f651f53d38d1eb60c0288eb64..a1559845b72580f5212093df2395c95597be60f5 100644
--- a/Source/core/animation/animatable/AnimatableValueTestHelper.h
+++ b/Source/core/animation/animatable/AnimatableValueTestHelper.h
@@ -41,7 +41,6 @@
#include "core/animation/animatable/AnimatableImage.h"
#include "core/animation/animatable/AnimatableNeutral.h"
#include "core/animation/animatable/AnimatableRepeatable.h"
-#include "core/animation/animatable/AnimatableSVGLength.h"
#include "core/animation/animatable/AnimatableSVGPaint.h"
#include "core/animation/animatable/AnimatableShapeValue.h"
#include "core/animation/animatable/AnimatableStrokeDasharrayList.h"
@@ -66,7 +65,6 @@ void PrintTo(const AnimatableColor&, ::std::ostream*);
void PrintTo(const AnimatableImage&, ::std::ostream*);
void PrintTo(const AnimatableNeutral&, ::std::ostream*);
void PrintTo(const AnimatableRepeatable&, ::std::ostream*);
-void PrintTo(const AnimatableSVGLength&, ::std::ostream*);
void PrintTo(const AnimatableShapeValue&, ::std::ostream*);
void PrintTo(const AnimatableStrokeDasharrayList&, ::std::ostream*);
void PrintTo(const AnimatableTransform&, ::std::ostream*);

Powered by Google App Engine
This is Rietveld 408576698