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

Unified Diff: Source/platform/fonts/SVGGlyph.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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 | « Source/platform/fonts/GlyphPageTreeNode.cpp ('k') | Source/platform/fonts/SVGGlyph.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/SVGGlyph.h
diff --git a/Source/core/platform/graphics/SVGGlyph.h b/Source/platform/fonts/SVGGlyph.h
similarity index 89%
rename from Source/core/platform/graphics/SVGGlyph.h
rename to Source/platform/fonts/SVGGlyph.h
index 9c487e3f0b07dc9c3a95f536ba21a108acf363c0..5031ef6e7f2d84dd31ce66479ece0f04ab28a3d7 100644
--- a/Source/core/platform/graphics/SVGGlyph.h
+++ b/Source/platform/fonts/SVGGlyph.h
@@ -24,8 +24,9 @@
#define SVGGlyph_h
#if ENABLE(SVG_FONTS)
-#include "core/platform/graphics/Path.h"
+#include "platform/PlatformExport.h"
#include "platform/fonts/Glyph.h"
+#include "platform/graphics/Path.h"
#include <limits>
#include "wtf/text/WTFString.h"
@@ -104,8 +105,8 @@ struct SVGGlyph {
Vector<String> languages;
};
-Vector<SVGGlyph::ArabicForm> charactersWithArabicForm(const String& input, bool rtl);
-bool isCompatibleGlyph(const SVGGlyph&, bool isVerticalText, const String& language, const Vector<SVGGlyph::ArabicForm>&, unsigned startPosition, unsigned endPosition);
+Vector<SVGGlyph::ArabicForm> PLATFORM_EXPORT charactersWithArabicForm(const String& input, bool rtl);
+bool PLATFORM_EXPORT isCompatibleGlyph(const SVGGlyph&, bool isVerticalText, const String& language, const Vector<SVGGlyph::ArabicForm>&, unsigned startPosition, unsigned endPosition);
} // namespace WebCore
« no previous file with comments | « Source/platform/fonts/GlyphPageTreeNode.cpp ('k') | Source/platform/fonts/SVGGlyph.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698