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

Unified Diff: third_party/WebKit/Source/core/svg/SVGLength.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/SVGLength.h
diff --git a/third_party/WebKit/Source/core/svg/SVGLength.h b/third_party/WebKit/Source/core/svg/SVGLength.h
index 7f9c41a544a17dc6ec505fd3096161a4182e6319..1d6db092599894cec8ef477861d93111553565a4 100644
--- a/third_party/WebKit/Source/core/svg/SVGLength.h
+++ b/third_party/WebKit/Source/core/svg/SVGLength.h
@@ -68,13 +68,15 @@ class SVGLength final : public SVGPropertyBase {
const CSSPrimitiveValue* asCSSPrimitiveValue() const { return m_value.get(); }
- // Resolves LengthTypePercentage into a normalized floating point number (full value is 1.0).
+ // Resolves LengthTypePercentage into a normalized floating point number (full
+ // value is 1.0).
float valueAsPercentage() const;
// Returns a number to be used as percentage (so full value is 100)
float valueAsPercentage100() const;
- // Scale the input value by this SVGLength. Higher precision than input * valueAsPercentage().
+ // Scale the input value by this SVGLength. Higher precision than input *
+ // valueAsPercentage().
float scaleByPercentage(float) const;
String valueAsString() const override;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGIntegerOptionalInteger.cpp ('k') | third_party/WebKit/Source/core/svg/SVGLength.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698