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

Unified Diff: include/xml/SkDOM.h

Issue 2164193002: Initial SVG model (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: warning fix Created 4 years, 5 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
« no previous file with comments | « gyp/svg.gyp ('k') | include/xml/SkXMLParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/xml/SkDOM.h
diff --git a/include/xml/SkDOM.h b/include/xml/SkDOM.h
index 10ca3e78f857a9fee0bcc02a045633655f9508b5..b6f611af6e97de41fa3af4b9d4f8f4acae732394 100644
--- a/include/xml/SkDOM.h
+++ b/include/xml/SkDOM.h
@@ -79,7 +79,7 @@ public:
class AttrIter {
public:
- AttrIter(const class SkDOM&, const Node*);
+ AttrIter(const SkDOM&, const Node*);
const char* next(const char** value);
private:
const Attr* fAttr;
« no previous file with comments | « gyp/svg.gyp ('k') | include/xml/SkXMLParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698