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

Unified Diff: third_party/WebKit/Source/core/svg/SVGMatrixTearOff.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/SVGMatrixTearOff.h
diff --git a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h
index 0c49353128d04d4d3b12c0f33aaab222bbb30a58..639fcb6ad77cf2aa8cbbbe10c6459a60a0c34fcf 100644
--- a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h
+++ b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h
@@ -42,8 +42,9 @@ class ExceptionState;
class SVGTransformTearOff;
// SVGMatrixTearOff wraps a AffineTransform for Javascript.
-// Its instance can either hold a static value, or this can be teared off from |SVGTransform.matrix|.
-// This does not derive from SVGPropertyTearOff, as its instances are never tied to an animated property nor an XML attribute.
+// Its instance can either hold a static value, or this can be teared off from
+// |SVGTransform.matrix|. This does not derive from SVGPropertyTearOff, as its
+// instances are never tied to an animated property nor an XML attribute.
class CORE_EXPORT SVGMatrixTearOff final
: public GarbageCollected<SVGMatrixTearOff>,
public ScriptWrappable {
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGMaskElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGNumberList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698