aboutsummaryrefslogtreecommitdiffstats
path: root/include/xml
diff options
context:
space:
mode:
authorMike Reed <reed@google.com>2010-01-04 10:18:01 -0500
committerMike Reed <reed@google.com>2010-01-04 10:18:01 -0500
commit2c497e64d20a73267eb92ae88fdc51ba2a356b55 (patch)
treef4fc374a77f41dc290f140349e60739bebbf269c /include/xml
parent93d11b5b461a8677a8e3ffa94260f4f9897070ac (diff)
downloadexternal_skia-2c497e64d20a73267eb92ae88fdc51ba2a356b55.zip
external_skia-2c497e64d20a73267eb92ae88fdc51ba2a356b55.tar.gz
external_skia-2c497e64d20a73267eb92ae88fdc51ba2a356b55.tar.bz2
refresh from skia/trunk
Diffstat (limited to 'include/xml')
-rw-r--r--include/xml/SkXMLParser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xml/SkXMLParser.h b/include/xml/SkXMLParser.h
index ddad273..7eccb02 100644
--- a/include/xml/SkXMLParser.h
+++ b/include/xml/SkXMLParser.h
@@ -92,6 +92,7 @@ private:
void reportError(void* parser);
};
+#if 0
class SkXMLPullParser {
public:
SkXMLPullParser();
@@ -157,5 +158,6 @@ private:
struct Impl;
Impl* fImpl;
};
+#endif
#endif