| Index: content/renderer/compositor_bindings/web_filter_animation_curve_impl.h
|
| diff --git a/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h b/content/renderer/compositor_bindings/web_filter_animation_curve_impl.h
|
| similarity index 64%
|
| rename from webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h
|
| rename to content/renderer/compositor_bindings/web_filter_animation_curve_impl.h
|
| index 64f8f11800b5858416e51fe1f7cbf322f8b61847..df0e89572d2b5d7c4e90c655a37a47906b3dfcfa 100644
|
| --- a/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h
|
| +++ b/content/renderer/compositor_bindings/web_filter_animation_curve_impl.h
|
| @@ -2,26 +2,27 @@
|
| // 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_FILTER_ANIMATION_CURVE_IMPL_H_
|
| -#define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_FILTER_ANIMATION_CURVE_IMPL_H_
|
| +#ifndef CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_FILTER_ANIMATION_CURVE_IMPL_H_
|
| +#define CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_FILTER_ANIMATION_CURVE_IMPL_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/WebFilterAnimationCurve.h"
|
| -#include "webkit/renderer/compositor_bindings/webkit_compositor_bindings_export.h"
|
|
|
| namespace cc {
|
| class AnimationCurve;
|
| class KeyframedFilterAnimationCurve;
|
| }
|
|
|
| -namespace blink { class WebFilterKeyframe; }
|
| +namespace blink {
|
| +class WebFilterKeyframe;
|
| +}
|
|
|
| -namespace webkit {
|
| +namespace content {
|
|
|
| -class WebFilterAnimationCurveImpl
|
| - : public blink::WebFilterAnimationCurve {
|
| +class WebFilterAnimationCurveImpl : public blink::WebFilterAnimationCurve {
|
| public:
|
| - WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebFilterAnimationCurveImpl();
|
| + CONTENT_EXPORT WebFilterAnimationCurveImpl();
|
| virtual ~WebFilterAnimationCurveImpl();
|
|
|
| // blink::WebAnimationCurve implementation.
|
| @@ -44,6 +45,7 @@ class WebFilterAnimationCurveImpl
|
| DISALLOW_COPY_AND_ASSIGN(WebFilterAnimationCurveImpl);
|
| };
|
|
|
| -} // namespace webkit
|
| +} // namespace content
|
| +
|
| +#endif // CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_FILTER_ANIMATION_CURVE_IMPL_H_
|
|
|
| -#endif // WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_FILTER_ANIMATION_CURVE_IMPL_H_
|
|
|