Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index b66a6cd532da0b63a0e5f099a1b702a21aab5cee..2a93e2c6844f8542c240b883e7e3a9d83cef9748 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -314,8 +314,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
int acc_obj_id, gfx::Rect subfocus); |
// Relay a request from assistive technology to move a given object |
- // to a specific location, in the tab content area coordinate space, i.e. |
- // (0, 0) is the top-left corner of the tab contents. |
+ // to a specific location, in the WebContents area coordinate space, i.e. |
+ // (0, 0) is the top-left corner of the WebContents. |
void AccessibilityScrollToPoint(int acc_obj_id, gfx::Point point); |
// Relay a request from assistive technology to set text selection. |