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

Unified Diff: Source/core/animation/FilterStyleInterpolation.h

Issue 1113163004: Componentization: make FilterStyleInterpolation visible for AnimationFilterStyleInterpolationTest (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/FilterStyleInterpolation.h
diff --git a/Source/core/animation/FilterStyleInterpolation.h b/Source/core/animation/FilterStyleInterpolation.h
index 9e626d14745e72b68b585e0c1f792f08c744bf54..4d5624097793f3feb6a43a33b7162bee7ca6d2ee 100644
--- a/Source/core/animation/FilterStyleInterpolation.h
+++ b/Source/core/animation/FilterStyleInterpolation.h
@@ -5,12 +5,13 @@
#ifndef FilterStyleInterpolation_h
#define FilterStyleInterpolation_h
+#include "core/CoreExport.h"
#include "core/animation/ListStyleInterpolation.h"
#include "core/css/CSSFunctionValue.h"
namespace blink {
-class FilterStyleInterpolation : public StyleInterpolation {
+class CORE_EXPORT FilterStyleInterpolation : public StyleInterpolation {
public:
typedef CSSValueID NonInterpolableType;
typedef ListStyleInterpolationImpl<FilterStyleInterpolation, NonInterpolableType> FilterListStyleInterpolation;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698