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

Unified Diff: sky/engine/core/animation/animatable/AnimatableValueTestHelper.h

Issue 1214633005: Remove CSS clients of ImageResource (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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: sky/engine/core/animation/animatable/AnimatableValueTestHelper.h
diff --git a/sky/engine/core/animation/animatable/AnimatableValueTestHelper.h b/sky/engine/core/animation/animatable/AnimatableValueTestHelper.h
index 295082930e3fb82029d8b541bd1e7ced79ed61a7..0f1fc2f4b70eca3684f304f50675f96bc27c7b1d 100644
--- a/sky/engine/core/animation/animatable/AnimatableValueTestHelper.h
+++ b/sky/engine/core/animation/animatable/AnimatableValueTestHelper.h
@@ -38,7 +38,6 @@
#include "sky/engine/core/animation/animatable/AnimatableClipPathOperation.h"
#include "sky/engine/core/animation/animatable/AnimatableColor.h"
-#include "sky/engine/core/animation/animatable/AnimatableImage.h"
#include "sky/engine/core/animation/animatable/AnimatableNeutral.h"
#include "sky/engine/core/animation/animatable/AnimatableRepeatable.h"
#include "sky/engine/core/animation/animatable/AnimatableShapeValue.h"
@@ -59,7 +58,6 @@ bool operator==(const AnimatableValue&, const AnimatableValue&);
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 AnimatableRepeatable&, ::std::ostream*);
void PrintTo(const AnimatableShapeValue&, ::std::ostream*);

Powered by Google App Engine
This is Rietveld 408576698