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

Unified Diff: third_party/WebKit/Source/core/layout/shapes/Shape.cpp

Issue 2390413002: Reformat comments in core/layout/shapes (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/shapes/Shape.cpp
diff --git a/third_party/WebKit/Source/core/layout/shapes/Shape.cpp b/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
index 0cd6b6fc549f489dac0398a4580a080e3d6aae80..a502cc78a92ffc939b2e6e54243aa659d7c08bfc 100644
--- a/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
+++ b/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
@@ -237,8 +237,8 @@ std::unique_ptr<Shape> Shape::createRasterShape(Image* image,
if (image && imageBuffer) {
// FIXME: This is not totally correct but it is needed to prevent shapes
- // that loads SVG Images during paint invalidations to mark layoutObjects for
- // layout, which is not allowed. See https://crbug.com/429346
+ // that loads SVG Images during paint invalidations to mark layoutObjects
+ // for layout, which is not allowed. See https://crbug.com/429346
ImageObserverDisabler disabler(image);
SkPaint paint;
IntRect imageSourceRect(IntPoint(), image->size());

Powered by Google App Engine
This is Rietveld 408576698