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

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

Issue 2750293003: Delete unused AnimatableValue code (Closed)
Patch Set: Fix unit tests Created 3 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: third_party/WebKit/Source/core/animation/StringKeyframe.h
diff --git a/third_party/WebKit/Source/core/animation/StringKeyframe.h b/third_party/WebKit/Source/core/animation/StringKeyframe.h
index 7c39dc39a40204deb482d98468d2fe74d4ed0693..02b80b5706dd9a94cb4283941838d2a1ac2f8dbe 100644
--- a/third_party/WebKit/Source/core/animation/StringKeyframe.h
+++ b/third_party/WebKit/Source/core/animation/StringKeyframe.h
@@ -16,7 +16,7 @@ class StyleSheetContents;
// A specialization of Keyframe that associates user specified keyframe
// properties with either CSS properties or SVG attributes.
-class StringKeyframe : public Keyframe {
+class CORE_EXPORT StringKeyframe : public Keyframe {
public:
static PassRefPtr<StringKeyframe> create() {
return adoptRef(new StringKeyframe);

Powered by Google App Engine
This is Rietveld 408576698