| Index: content/common/accessibility_messages.h
|
| diff --git a/content/common/accessibility_messages.h b/content/common/accessibility_messages.h
|
| index 4e6dc0d27b25ef481443e554415243d7d6b02b0d..23bb4f00a91e105cd95688f858ca468340b46593 100644
|
| --- a/content/common/accessibility_messages.h
|
| +++ b/content/common/accessibility_messages.h
|
| @@ -158,8 +158,8 @@ IPC_MESSAGE_ROUTED2(AccessibilityMsg_ScrollToMakeVisible,
|
| 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.
|
| IPC_MESSAGE_ROUTED2(AccessibilityMsg_ScrollToPoint,
|
| int /* object id */,
|
| gfx::Point /* new location */)
|
|
|