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

Unified Diff: content/renderer/gpu/input_handler_wrapper.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (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
« no previous file with comments | « content/renderer/gpu/input_handler_proxy_unittest.cc ('k') | content/renderer/gpu/input_handler_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/input_handler_wrapper.h
diff --git a/content/renderer/gpu/input_handler_wrapper.h b/content/renderer/gpu/input_handler_wrapper.h
index f72bae5b12d92163db755d4aef3c0807e26edc21..9a5ba0c51fc647f0c99129f46b57f9f0e24042eb 100644
--- a/content/renderer/gpu/input_handler_wrapper.h
+++ b/content/renderer/gpu/input_handler_wrapper.h
@@ -30,11 +30,11 @@ class InputHandlerWrapper
// InputHandlerProxyClient implementation.
virtual void WillShutdown() OVERRIDE;
virtual void TransferActiveWheelFlingAnimation(
- const WebKit::WebActiveWheelFlingParameters& params) OVERRIDE;
- virtual WebKit::WebGestureCurve* CreateFlingAnimationCurve(
+ const blink::WebActiveWheelFlingParameters& params) OVERRIDE;
+ virtual blink::WebGestureCurve* CreateFlingAnimationCurve(
int deviceSource,
- const WebKit::WebFloatPoint& velocity,
- const WebKit::WebSize& cumulativeScroll) OVERRIDE;
+ const blink::WebFloatPoint& velocity,
+ const blink::WebSize& cumulativeScroll) OVERRIDE;
virtual void DidOverscroll(const cc::DidOverscrollParams& params) OVERRIDE;
private:
« no previous file with comments | « content/renderer/gpu/input_handler_proxy_unittest.cc ('k') | content/renderer/gpu/input_handler_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698