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

Unified Diff: third_party/WebKit/Source/web/WebAXObject.cpp

Issue 2389633002: reflow comments in web/ (Closed)
Patch Set: . Created 4 years, 2 months 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 | « third_party/WebKit/Source/web/TextFinder.cpp ('k') | third_party/WebKit/Source/web/WebDOMMessageEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « third_party/WebKit/Source/web/TextFinder.cpp ('k') | third_party/WebKit/Source/web/WebDOMMessageEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698