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

Unified Diff: third_party/WebKit/Source/core/html/forms/ImageInputType.h

Issue 2390563002: Reflow comments in core/html/forms/. (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
Index: third_party/WebKit/Source/core/html/forms/ImageInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/ImageInputType.h b/third_party/WebKit/Source/core/html/forms/ImageInputType.h
index c2f2078829fff923ca279b3f4017cc551bfb7094..822531bca4a7af51b62584a82c0b4029ee46c9ac 100644
--- a/third_party/WebKit/Source/core/html/forms/ImageInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/ImageInputType.h
@@ -73,8 +73,9 @@ class ImageInputType final : public BaseButtonInputType {
void setUseFallbackContent();
bool hasFallbackContent() const { return m_useFallbackContent; }
- IntPoint
- m_clickLocation; // Valid only during HTMLFormElement::prepareForSubmission().
+ // Valid only during HTMLFormElement::prepareForSubmission().
yosin_UTC9 2016/10/03 04:00:24 I think this comment is for |m_clickLocation|, so
tkent 2016/10/03 04:14:14 I agree with it. The comment is followed by the v
+ IntPoint m_clickLocation;
+
bool m_useFallbackContent;
};

Powered by Google App Engine
This is Rietveld 408576698