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

Unified Diff: experimental/svg/SkSVGDevice.h

Issue 899683002: [SkSVGDevice] Initial text support (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: 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 | « no previous file | experimental/svg/SkSVGDevice.cpp » ('j') | experimental/svg/SkSVGDevice.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/svg/SkSVGDevice.h
diff --git a/experimental/svg/SkSVGDevice.h b/experimental/svg/SkSVGDevice.h
index 0ea9e19bfc13de9083c6c1aeb91f27178ee6dbe0..8c51262c58c1df991bc6b21f71f520e17d355d08 100644
--- a/experimental/svg/SkSVGDevice.h
+++ b/experimental/svg/SkSVGDevice.h
@@ -65,6 +65,8 @@ private:
class AutoElement;
class ResourceBucket;
+ static void AddFontAttributes(const SkPaint&, AutoElement*);
+
SkAutoTDelete<SkXMLWriter> fWriter;
SkAutoTDelete<AutoElement> fRootElement;
SkAutoTDelete<ResourceBucket> fResourceBucket;
« no previous file with comments | « no previous file | experimental/svg/SkSVGDevice.cpp » ('j') | experimental/svg/SkSVGDevice.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698