| Index: webkit/child/fling_animator_impl_android.h
|
| diff --git a/webkit/child/fling_animator_impl_android.h b/webkit/child/fling_animator_impl_android.h
|
| index 1148caf9a5737deef6cba8fca6499bddc41bf9dd..c4703677874680940a0dffcb4e57975f1f1a02e9 100644
|
| --- a/webkit/child/fling_animator_impl_android.h
|
| +++ b/webkit/child/fling_animator_impl_android.h
|
| @@ -13,23 +13,23 @@
|
| #include "ui/gfx/point_f.h"
|
| #include "webkit/child/webkit_child_export.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebGestureCurveTarget;
|
| }
|
|
|
| namespace webkit_glue {
|
|
|
| -class WEBKIT_CHILD_EXPORT FlingAnimatorImpl : public WebKit::WebGestureCurve {
|
| +class WEBKIT_CHILD_EXPORT FlingAnimatorImpl : public blink::WebGestureCurve {
|
| public:
|
| FlingAnimatorImpl();
|
| virtual ~FlingAnimatorImpl();
|
|
|
| static FlingAnimatorImpl* CreateAndroidGestureCurve(
|
| - const WebKit::WebFloatPoint& velocity,
|
| - const WebKit::WebSize&);
|
| + const blink::WebFloatPoint& velocity,
|
| + const blink::WebSize&);
|
|
|
| virtual bool apply(double time,
|
| - WebKit::WebGestureCurveTarget* target);
|
| + blink::WebGestureCurveTarget* target);
|
|
|
| static bool RegisterJni(JNIEnv*);
|
|
|
|
|