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

Unified Diff: android_webview/browser/renderer_host/aw_render_view_host_ext.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
« no previous file with comments | « android_webview/browser/find_helper.cc ('k') | android_webview/common/render_view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/renderer_host/aw_render_view_host_ext.h
diff --git a/android_webview/browser/renderer_host/aw_render_view_host_ext.h b/android_webview/browser/renderer_host/aw_render_view_host_ext.h
index c9d90c680e748bed16a1cb7d87fa82cd5bcde9ff..e2c259a4b78c4ec193cc83738db1482620a95aeb 100644
--- a/android_webview/browser/renderer_host/aw_render_view_host_ext.h
+++ b/android_webview/browser/renderer_host/aw_render_view_host_ext.h
@@ -54,7 +54,7 @@ class AwRenderViewHostExt : public content::WebContentsObserver,
// Do a hit test at the view port coordinates and asynchronously update
// |last_hit_test_data_|. |view_x| and |view_y| are in density independent
- // pixels used by WebKit::WebView.
+ // pixels used by blink::WebView.
void RequestNewHitTestDataAt(int view_x, int view_y);
// Optimization to avoid unnecessary Java object creation on hit test.
« no previous file with comments | « android_webview/browser/find_helper.cc ('k') | android_webview/common/render_view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698