Index: webkit/compositor_bindings/web_animation_impl.h |
diff --git a/webkit/compositor_bindings/web_animation_impl.h b/webkit/compositor_bindings/web_animation_impl.h |
index 25b054dbddc5f825b18fb2dc066d62320768ddae..905edc874d9d06bef21619b863060c4be4cc1c8f 100644 |
--- a/webkit/compositor_bindings/web_animation_impl.h |
+++ b/webkit/compositor_bindings/web_animation_impl.h |
@@ -7,6 +7,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimation.h" |
+#include "webkit/compositor_bindings/webkit_compositor_bindings_export.h" |
namespace cc { |
class ActiveAnimation; |
@@ -16,7 +17,8 @@ namespace WebKit { |
class WebAnimationImpl : public WebAnimation { |
public: |
- WebAnimationImpl(const WebAnimationCurve&, TargetProperty, int animationId, int groupId = 0); |
+ WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebAnimationImpl( |
+ const WebAnimationCurve&, TargetProperty, int animationId, int groupId = 0); |
virtual ~WebAnimationImpl(); |
// WebAnimation implementation |