diff options
Diffstat (limited to 'chromium/content/browser/android/touch_point.h')
-rw-r--r-- | chromium/content/browser/android/touch_point.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/content/browser/android/touch_point.h b/chromium/content/browser/android/touch_point.h index 8e9971bad5c..d7caac08764 100644 --- a/chromium/content/browser/android/touch_point.h +++ b/chromium/content/browser/android/touch_point.h @@ -12,7 +12,7 @@ namespace content { // This class provides a helper method to convert a java object array of touch -// events (in physical pixdels) into a WebKit::WebTouchEvent (in dip). +// events (in physical pixdels) into a blink::WebTouchEvent (in dip). class TouchPoint { public: static void BuildWebTouchEvent(JNIEnv* env, @@ -20,7 +20,7 @@ class TouchPoint { jlong time_ms, float dpi_scale, jobjectArray pts, - WebKit::WebTouchEvent& event); + blink::WebTouchEvent& event); }; bool RegisterTouchPoint(JNIEnv* env); |