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

Unified Diff: third_party/WebKit/Source/core/animation/CSSInterpolationType.h

Issue 2340893003: Support interpolation of animatable shorthand properties containing var() (Closed)
Patch Set: Update DCHECK Created 4 years, 3 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: third_party/WebKit/Source/core/animation/CSSInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
index 6edfcb57269ab68f66c178bf1ae00a069e0f2f2e..4b39d33576aaef111be2ac139b4e1c764f3a55a8 100644
--- a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
@@ -7,15 +7,12 @@
#include "core/animation/InterpolationEnvironment.h"
#include "core/animation/InterpolationType.h"
-#include "core/css/CSSPropertyMetadata.h"
namespace blink {
class CSSInterpolationType : public InterpolationType {
protected:
- CSSInterpolationType(CSSPropertyID property)
- : InterpolationType(PropertyHandle(property))
- { }
+ CSSInterpolationType(CSSPropertyID);
CSSPropertyID cssProperty() const { return getProperty().cssProperty(); }

Powered by Google App Engine
This is Rietveld 408576698