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

Unified Diff: third_party/WebKit/public/web/WebHitTestResult.h

Issue 2388103002: reflow comments in public/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/public/web/WebFrameWidget.h ('k') | third_party/WebKit/public/web/WebImageDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebHitTestResult.h
diff --git a/third_party/WebKit/public/web/WebHitTestResult.h b/third_party/WebKit/public/web/WebHitTestResult.h
index b3aa1ca3ebc02947278276c92cec745b95c1acfb..decb89bd72476c1e99bcc1692a325b70435472eb 100644
--- a/third_party/WebKit/public/web/WebHitTestResult.h
+++ b/third_party/WebKit/public/web/WebHitTestResult.h
@@ -37,9 +37,9 @@ class WebNode;
class WebURL;
struct WebPoint;
-// Properties of a hit test result, i.e. properties of the nodes at a given point
-// (the hit point) on the page. Both urls may be populated at the same time, for
-// example in the instance of an <img> inside an <a>.
+// Properties of a hit test result, i.e. properties of the nodes at a given
+// point (the hit point) on the page. Both urls may be populated at the same
+// time, for example in the instance of an <img> inside an <a>.
class WebHitTestResult {
public:
WebHitTestResult() {}
« no previous file with comments | « third_party/WebKit/public/web/WebFrameWidget.h ('k') | third_party/WebKit/public/web/WebImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698