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

Unified Diff: sky/engine/core/animation/DeferredLegacyStyleInterpolation.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/DeferredLegacyStyleInterpolation.h
diff --git a/sky/engine/core/animation/DeferredLegacyStyleInterpolation.h b/sky/engine/core/animation/DeferredLegacyStyleInterpolation.h
index d191c76e9fb44bdc61824c9a3757e36a60a1ac65..48af14da8c05a97035cbe8d3aa310c5eb16f1c3c 100644
--- a/sky/engine/core/animation/DeferredLegacyStyleInterpolation.h
+++ b/sky/engine/core/animation/DeferredLegacyStyleInterpolation.h
@@ -11,7 +11,6 @@
namespace blink {
class CSSBasicShape;
-class CSSImageValue;
class CSSPrimitiveValue;
class CSSShadowValue;
class CSSValueList;
@@ -27,7 +26,6 @@ public:
static bool interpolationRequiresStyleResolve(const CSSValue&);
static bool interpolationRequiresStyleResolve(const CSSPrimitiveValue&);
- static bool interpolationRequiresStyleResolve(const CSSImageValue&);
static bool interpolationRequiresStyleResolve(const CSSShadowValue&);
static bool interpolationRequiresStyleResolve(const CSSValueList&);
static bool interpolationRequiresStyleResolve(const CSSBasicShape&);

Powered by Google App Engine
This is Rietveld 408576698