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

Unified Diff: src/animator/SkXMLAnimatorWriter.h

Issue 899683002: [SkSVGDevice] Initial text support (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: drop addText() length param Created 5 years, 11 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 | « include/xml/SkXMLWriter.h ('k') | src/animator/SkXMLAnimatorWriter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkXMLAnimatorWriter.h
diff --git a/src/animator/SkXMLAnimatorWriter.h b/src/animator/SkXMLAnimatorWriter.h
index 1b17f6ffd63c170f054ab86e9ae7425a10b1c456..9cb596628da7a95be693bf242e2fa614a005397b 100644
--- a/src/animator/SkXMLAnimatorWriter.h
+++ b/src/animator/SkXMLAnimatorWriter.h
@@ -25,6 +25,8 @@ protected:
virtual void onAddAttributeLen(const char name[], const char value[], size_t length);
virtual void onEndElement();
virtual void onStartElementLen(const char elem[], size_t length);
+ virtual void onAddText(const char text[]) SK_OVERRIDE;
+
private:
SkAnimator* fAnimator;
SkDisplayXMLParser* fParser;
« no previous file with comments | « include/xml/SkXMLWriter.h ('k') | src/animator/SkXMLAnimatorWriter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698