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

Unified Diff: third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainterTest.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/SVGInlineTextBoxPainterTest.cpp
diff --git a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainterTest.cpp b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainterTest.cpp
index 5c0aff267bb1bdfbb7e4fa1aedfd2b2bdd93c849..456a1443ee3dbff52412ec64f50d121c07e373cb 100644
--- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainterTest.cpp
+++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainterTest.cpp
@@ -27,7 +27,8 @@ namespace {
class SVGInlineTextBoxPainterTest : public RenderingTest {
public:
const DrawingDisplayItem* getDrawingForSVGTextById(const char* elementName) {
- // Look up the inline text box that serves as the display item client for the painted text.
+ // Look up the inline text box that serves as the display item client for
+ // the painted text.
LayoutSVGText* targetSVGText = toLayoutSVGText(
document().getElementById(AtomicString(elementName))->layoutObject());
LayoutSVGInlineText* targetInlineText =

Powered by Google App Engine
This is Rietveld 408576698