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

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

Issue 1082293003: Componentization: make core/animation,clipboard,css,dom,editing,frame,html visible for blink_web. (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 | Source/core/animation/InterpolableValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationTranslationUtil.h
diff --git a/Source/core/animation/AnimationTranslationUtil.h b/Source/core/animation/AnimationTranslationUtil.h
index 3935630bb5b18ea997aac14dc610d5ecb6c0e0f0..52acfd43f6ac91c1c0ea30406fe93059d11dfcb7 100644
--- a/Source/core/animation/AnimationTranslationUtil.h
+++ b/Source/core/animation/AnimationTranslationUtil.h
@@ -31,6 +31,8 @@
#ifndef AnimationTranslationUtil_h
#define AnimationTranslationUtil_h
+#include "core/CoreExport.h"
+
namespace blink {
class FilterOperations;
@@ -38,8 +40,8 @@ class TransformOperations;
class WebFilterOperations;
class WebTransformOperations;
-void toWebTransformOperations(const TransformOperations& inOperations, WebTransformOperations* outOperations);
-void toWebFilterOperations(const FilterOperations& inOperations, WebFilterOperations* outOperations);
+CORE_EXPORT void toWebTransformOperations(const TransformOperations& inOperations, WebTransformOperations* outOperations);
+CORE_EXPORT void toWebFilterOperations(const FilterOperations& inOperations, WebFilterOperations* outOperations);
} // namespace blink
« no previous file with comments | « no previous file | Source/core/animation/InterpolableValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698