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

Unified Diff: third_party/WebKit/Source/core/paint/SVGPaintContext.cpp

Issue 2392443009: reflow comments in core/paint (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/paint/SVGPaintContext.cpp
diff --git a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
index a9bf563afd6ff8392f729bf1bd3d0e86431abbb9..c8ffa2fe714f02b862268d7a1710dc3ac5470d0b 100644
--- a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
+++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
@@ -62,8 +62,9 @@ bool SVGPaintContext::applyClipMaskAndFilterIfNecessary() {
m_applyClipMaskAndFilterIfNecessaryCalled = true;
#endif
- // When rendering clip paths as masks, only geometric operations should be included so skip
- // non-geometric operations such as compositing, masking, and filtering.
+ // When rendering clip paths as masks, only geometric operations should be
+ // included so skip non-geometric operations such as compositing, masking, and
+ // filtering.
if (paintInfo().isRenderingClipPathAsMaskImage()) {
DCHECK(!m_object.isSVGRoot());
applyClipIfNecessary();
« no previous file with comments | « third_party/WebKit/Source/core/paint/SVGPaintContext.h ('k') | third_party/WebKit/Source/core/paint/SVGRootPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698