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

Unified Diff: content/browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc

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
Index: content/browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc
diff --git a/content/browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc b/content/browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc
index a508070cfe43fa61cde6d0c8245b7405c9e6f31b..06d4ff3ede14aba7dd97c1879f1514a849a4f7cf 100644
--- a/content/browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc
+++ b/content/browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc
@@ -97,7 +97,7 @@ void SyntheticSmoothScrollGestureNew::ForwardTouchEvent(
void SyntheticSmoothScrollGestureNew::ForwardMouseWheelEvent(
SyntheticGestureTarget* target,
float delta) {
- WebKit::WebMouseWheelEvent mouse_wheel_event =
+ blink::WebMouseWheelEvent mouse_wheel_event =
SyntheticWebMouseWheelEventBuilder::Build(0, delta, 0, false);
target->QueueInputEventToPlatform(

Powered by Google App Engine
This is Rietveld 408576698