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

Unified Diff: third_party/WebKit/Source/core/svg/SVGLengthList.h

Issue 1535523002: Web Animations: Add SVGLengthListInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/svg/SVGLengthList.h
diff --git a/third_party/WebKit/Source/core/svg/SVGLengthList.h b/third_party/WebKit/Source/core/svg/SVGLengthList.h
index 55992d8be2a287349d33dffd88073d2782fc4cb8..40fb49916aeb66d0bcd9b22739e8132147475c4f 100644
--- a/third_party/WebKit/Source/core/svg/SVGLengthList.h
+++ b/third_party/WebKit/Source/core/svg/SVGLengthList.h
@@ -77,6 +77,8 @@ private:
SVGLengthMode m_mode;
};
+DEFINE_SVG_PROPERTY_TYPE_CASTS(SVGLengthList);
+
} // namespace blink
#endif // SVGLengthList_h

Powered by Google App Engine
This is Rietveld 408576698