aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/xml/SkXMLWriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/SkXMLWriter.cpp')
-rw-r--r--src/xml/SkXMLWriter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/SkXMLWriter.cpp b/src/xml/SkXMLWriter.cpp
index 3a2c3d40c9..67dcf59d1d 100644
--- a/src/xml/SkXMLWriter.cpp
+++ b/src/xml/SkXMLWriter.cpp
@@ -47,9 +47,9 @@ void SkXMLWriter::addText(const char text[], size_t length) {
if (fElems.isEmpty()) {
return;
}
-
+
this->onAddText(text, length);
-
+
fElems.top()->fHasText = true;
}