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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp

Issue 2400783002: Reformat comments in core/layout/svg (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/layout/svg/LayoutSVGResourceMasker.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
index eed69dda9e3c2afa82267c63f0c0a578f4b6868e..70c223220cd8c83c6950a886ab833b5767b2d81f 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
@@ -71,9 +71,10 @@ sk_sp<const SkPicture> LayoutSVGResourceMasker::createContentPicture(
SubtreeContentTransformScope contentTransformScope(contentTransformation);
- // Using strokeBoundingBox (instead of paintInvalidationRectInLocalCoordinates) to avoid the intersection
- // with local clips/mask, which may yield incorrect results when mixing objectBoundingBox and
- // userSpaceOnUse units (http://crbug.com/294900).
+ // Using strokeBoundingBox instead of paintInvalidationRectInLocalCoordinates
+ // to avoid the intersection with local clips/mask, which may yield incorrect
+ // results when mixing objectBoundingBox and userSpaceOnUse units.
+ // http://crbug.com/294900
FloatRect bounds = strokeBoundingBox();
SkPictureBuilder pictureBuilder(bounds, nullptr, &context);

Powered by Google App Engine
This is Rietveld 408576698