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

Unified Diff: third_party/WebKit/Source/core/paint/SVGForeignObjectPainter.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/SVGForeignObjectPainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/SVGForeignObjectPainter.cpp b/third_party/WebKit/Source/core/paint/SVGForeignObjectPainter.cpp
index b399d0ca840924c41727f495400d7405e55d32a6..0f16c17a560fce0f0008c3a492646c6a649bb333 100644
--- a/third_party/WebKit/Source/core/paint/SVGForeignObjectPainter.cpp
+++ b/third_party/WebKit/Source/core/paint/SVGForeignObjectPainter.cpp
@@ -59,9 +59,11 @@ void SVGForeignObjectPainter::paint(const PaintInfo& paintInfo) {
continueRendering = paintContext.applyClipMaskAndFilterIfNecessary();
if (continueRendering) {
- // Paint all phases of FO elements atomically as though the FO element established its own stacking context.
- // The delegate forwards calls to paint() in LayoutObject::paintAllPhasesAtomically() to
- // BlockPainter::paint(), instead of m_layoutSVGForeignObject.paint() (which would call this method again).
+ // Paint all phases of FO elements atomically as though the FO element
+ // established its own stacking context. The delegate forwards calls to
+ // paint() in LayoutObject::paintAllPhasesAtomically() to
+ // BlockPainter::paint(), instead of m_layoutSVGForeignObject.paint() (which
+ // would call this method again).
BlockPainterDelegate delegate(m_layoutSVGForeignObject);
ObjectPainter(delegate).paintAllPhasesAtomically(paintContext.paintInfo(),
LayoutPoint());
« no previous file with comments | « third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp ('k') | third_party/WebKit/Source/core/paint/SVGImagePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698