aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/svg
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-24 19:12:12 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-24 19:12:12 +0000
commit8a85d0c4938173476d037d7af0ee3b9436a1234e (patch)
tree3eac1645f722282933e2900f21cfc7c15ab81206 /include/svg
parentdcab3a15c98dc56960cd0a4dc84ae69089e89be3 (diff)
replace detach/getStream apis on dynamicwstream with SkData
Diffstat (limited to 'include/svg')
-rw-r--r--include/svg/SkSVGParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svg/SkSVGParser.h b/include/svg/SkSVGParser.h
index 83b120dd64..dd116bdd1f 100644
--- a/include/svg/SkSVGParser.h
+++ b/include/svg/SkSVGParser.h
@@ -42,7 +42,7 @@ public:
fXMLWriter.addAttributeLen(attrName, attrValue, len); }
void _endElement() { fXMLWriter.endElement(); }
int findAttribute(SkSVGBase* , const char* attrValue, size_t len, bool isPaint);
- const char* getFinal();
+// const char* getFinal();
SkTDict<SkSVGElement*>& getIDs() { return fIDs; }
SkString& getPaintLast(SkSVGPaint::Field field);
void _startElement(const char name[]) { fXMLWriter.startElement(name); }