| Index: third_party/WebKit/Source/web/WebAXObject.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebAXObject.cpp b/third_party/WebKit/Source/web/WebAXObject.cpp
|
| index a151df99cc34a8279a731e929bbd9f0f9fd7d53d..547651c52c92a2f08a4757aed6a44f394fdea310 100644
|
| --- a/third_party/WebKit/Source/web/WebAXObject.cpp
|
| +++ b/third_party/WebKit/Source/web/WebAXObject.cpp
|
| @@ -644,9 +644,10 @@ int WebAXObject::hierarchicalLevel() const {
|
| return m_private->hierarchicalLevel();
|
| }
|
|
|
| -// FIXME: This method passes in a point that has page scale applied but assumes that (0, 0)
|
| -// is the top left of the visual viewport. In other words, the point has the VisualViewport
|
| -// scale applied, but not the VisualViewport offset. crbug.com/459591.
|
| +// FIXME: This method passes in a point that has page scale applied but assumes
|
| +// that (0, 0) is the top left of the visual viewport. In other words, the
|
| +// point has the VisualViewport scale applied, but not the VisualViewport
|
| +// offset. crbug.com/459591.
|
| WebAXObject WebAXObject::hitTest(const WebPoint& point) const {
|
| if (isDetached())
|
| return WebAXObject();
|
|
|