| Index: cc/blink/web_scroll_offset_animation_curve_impl.h
|
| diff --git a/content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h b/cc/blink/web_scroll_offset_animation_curve_impl.h
|
| similarity index 73%
|
| rename from content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h
|
| rename to cc/blink/web_scroll_offset_animation_curve_impl.h
|
| index 2d40efaca88f2753b9b57ce0367d98e131a0bdea..8266780c72f4ba37618192e7cd807285b0864ee5 100644
|
| --- a/content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h
|
| +++ b/cc/blink/web_scroll_offset_animation_curve_impl.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_SCROLL_OFFSET_ANIMATION_CURVE_IMPL_H_
|
| -#define CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_SCROLL_OFFSET_ANIMATION_CURVE_IMPL_H_
|
| +#ifndef CC_BLINK_WEB_SCROLL_OFFSET_ANIMATION_CURVE_IMPL_H_
|
| +#define CC_BLINK_WEB_SCROLL_OFFSET_ANIMATION_CURVE_IMPL_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "content/common/content_export.h"
|
| +#include "cc/blink/cc_blink_export.h"
|
| #include "third_party/WebKit/public/platform/WebScrollOffsetAnimationCurve.h"
|
|
|
| namespace cc {
|
| @@ -14,12 +14,12 @@ class AnimationCurve;
|
| class ScrollOffsetAnimationCurve;
|
| }
|
|
|
| -namespace content {
|
| +namespace cc_blink {
|
|
|
| class WebScrollOffsetAnimationCurveImpl
|
| : public blink::WebScrollOffsetAnimationCurve {
|
| public:
|
| - CONTENT_EXPORT WebScrollOffsetAnimationCurveImpl(
|
| + CC_BLINK_EXPORT WebScrollOffsetAnimationCurveImpl(
|
| blink::WebFloatPoint target_value,
|
| TimingFunctionType timing_function);
|
| virtual ~WebScrollOffsetAnimationCurveImpl();
|
| @@ -40,7 +40,6 @@ class WebScrollOffsetAnimationCurveImpl
|
| DISALLOW_COPY_AND_ASSIGN(WebScrollOffsetAnimationCurveImpl);
|
| };
|
|
|
| -} // namespace content
|
| -
|
| -#endif // CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_SCROLL_OFFSET_ANIMATION_CURVE_IMPL_H_
|
| +} // namespace cc_blink
|
|
|
| +#endif // CC_BLINK_WEB_SCROLL_OFFSET_ANIMATION_CURVE_IMPL_H_
|
|
|