aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/xml
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-12-18 21:33:39 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-12-18 21:33:39 +0000
commite191b16fda2f5afea3a90653c1cd4f5a3c436e89 (patch)
tree4f975d2c5d02b1aa26109fb3611e9dcff76f48c2 /include/xml
parent63debae4c1020fa1e0ccd92ef3cbfdc8735acf8e (diff)
update windows port
git-svn-id: http://skia.googlecode.com/svn/trunk@461 2bbb7eff-a529-9590-31e7-b0007b416f81
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 ddad2732d8..7eccb02747 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