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

Unified Diff: Source/core/rendering/svg/SVGTextRunRenderingContext.cpp

Issue 52773004: Move Glyph related classes to platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge gypi Created 7 years, 2 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 | « Source/core/platform/graphics/win/FontCustomPlatformDataWin.cpp ('k') | Source/core/svg/SVGGlyphMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/svg/SVGTextRunRenderingContext.cpp
diff --git a/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp b/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp
index eaf01967a6085cfb8695612f9c3dfd1187d97f26..08468fa67d60c9a2566271e826a6c23c1faa4cd0 100644
--- a/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp
+++ b/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp
@@ -25,7 +25,6 @@
#include "SVGNames.h"
#include "core/platform/graphics/Font.h"
-#include "core/platform/graphics/GlyphBuffer.h"
#include "core/platform/graphics/GraphicsContext.h"
#include "core/platform/graphics/WidthIterator.h"
#include "core/rendering/RenderObject.h"
@@ -35,6 +34,7 @@
#include "core/svg/SVGFontElement.h"
#include "core/svg/SVGFontFaceElement.h"
#include "core/svg/SVGGlyphElement.h"
+#include "platform/fonts/GlyphBuffer.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/graphics/win/FontCustomPlatformDataWin.cpp ('k') | Source/core/svg/SVGGlyphMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698