Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: webkit/child/fling_animator_impl_android.h

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);
« no previous file with comments | « ui/views/controls/webview/unhandled_keyboard_event_handler_win.cc ('k') | webkit/child/fling_animator_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698