Index: content/renderer/compositor_bindings/web_transform_animation_curve_impl.h |
diff --git a/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h b/content/renderer/compositor_bindings/web_transform_animation_curve_impl.h |
similarity index 71% |
rename from webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h |
rename to content/renderer/compositor_bindings/web_transform_animation_curve_impl.h |
index 56eb637287c2394db000fbc3ea3b0edf955281c9..5e9129bafb2578282d0ee3fc26d7efd4a44f62f0 100644 |
--- a/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h |
+++ b/content/renderer/compositor_bindings/web_transform_animation_curve_impl.h |
@@ -2,26 +2,28 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_TRANSFORM_ANIMATION_CURVE_IMPL_H_ |
-#define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_TRANSFORM_ANIMATION_CURVE_IMPL_H_ |
+#ifndef CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_TRANSFORM_ANIMATION_CURVE_IMPL_H_ |
+#define CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_TRANSFORM_ANIMATION_CURVE_IMPL_H_ |
#include "base/memory/scoped_ptr.h" |
+#include "content/common/content_export.h" |
#include "third_party/WebKit/public/platform/WebTransformAnimationCurve.h" |
-#include "webkit/renderer/compositor_bindings/webkit_compositor_bindings_export.h" |
namespace cc { |
class AnimationCurve; |
class KeyframedTransformAnimationCurve; |
} |
-namespace blink { class WebTransformKeyframe; } |
+namespace blink { |
+class WebTransformKeyframe; |
+} |
-namespace webkit { |
+namespace content { |
class WebTransformAnimationCurveImpl |
: public blink::WebTransformAnimationCurve { |
public: |
- WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebTransformAnimationCurveImpl(); |
+ CONTENT_EXPORT WebTransformAnimationCurveImpl(); |
virtual ~WebTransformAnimationCurveImpl(); |
// blink::WebAnimationCurve implementation. |
@@ -45,6 +47,7 @@ class WebTransformAnimationCurveImpl |
DISALLOW_COPY_AND_ASSIGN(WebTransformAnimationCurveImpl); |
}; |
-} // namespace webkit |
+} // namespace content |
+ |
+#endif // CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_TRANSFORM_ANIMATION_CURVE_IMPL_H_ |
-#endif // WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_TRANSFORM_ANIMATION_CURVE_IMPL_H_ |