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

Unified Diff: third_party/WebKit/Source/core/svg/SVGEnumeration.h

Issue 2390773004: reflow comments in core/svg/ (Closed)
Patch Set: comments (heh!) 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/svg/SVGEnumeration.h
diff --git a/third_party/WebKit/Source/core/svg/SVGEnumeration.h b/third_party/WebKit/Source/core/svg/SVGEnumeration.h
index 38d1d233ace8314491b7c1ad1480509ea9863c9d..9174c8b4707759b2c9dafe082dd6fbe4a35f9ee0 100644
--- a/third_party/WebKit/Source/core/svg/SVGEnumeration.h
+++ b/third_party/WebKit/Source/core/svg/SVGEnumeration.h
@@ -76,7 +76,8 @@ class SVGEnumerationBase : public SVGPropertyBase {
return entries.last().first;
}
- // This is the maximum value that is exposed as an IDL constant on the relevant interface.
+ // This is the maximum value that is exposed as an IDL constant on the
+ // relevant interface.
unsigned short maxExposedEnumValue() const { return m_maxExposed; }
protected:
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGElementRareData.cpp ('k') | third_party/WebKit/Source/core/svg/SVGEnumeration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698