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

Unified Diff: third_party/WebKit/Source/core/html/HTMLAreaElement.h

Issue 2384273007: reflow comments in core/html/*.{cpp,h},core/html/imports (Closed)
Patch Set: comments 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
Index: third_party/WebKit/Source/core/html/HTMLAreaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.h b/third_party/WebKit/Source/core/html/HTMLAreaElement.h
index 6ec965de9d315c31c4e905d1116574be37c97ea9..e1cb6987fa085b7dd0f55b76beaf9c7a0d3a0d87 100644
--- a/third_party/WebKit/Source/core/html/HTMLAreaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.h
@@ -42,12 +42,13 @@ class CORE_EXPORT HTMLAreaElement final : public HTMLAnchorElement {
bool isDefault() const { return m_shape == Default; }
- // |containerObject| in the following functions is an object (normally a LayoutImage)
- // which references the containing image map of this area. There might be multiple
- // objects referencing the same map. For these functions, the effective geometry of
- // this map will be calculated based on the specified container object, e.g. the
- // rectangle of the default shape will be the border box rect of the container object,
- // and effective zoom factor of the container object will be applied on non-default shape.
+ // |containerObject| in the following functions is an object (normally a
+ // LayoutImage) which references the containing image map of this area. There
+ // might be multiple objects referencing the same map. For these functions,
+ // the effective geometry of this map will be calculated based on the
+ // specified container object, e.g. the rectangle of the default shape will
+ // be the border box rect of the container object, and effective zoom factor
+ // of the container object will be applied on non-default shape.
bool pointInArea(const LayoutPoint&,
const LayoutObject* containerObject) const;
LayoutRect computeAbsoluteRect(const LayoutObject* containerObject) const;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLAreaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698