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

Unified Diff: Source/core/platform/graphics/SimpleFontData.h

Issue 69953007: Move CustomFontData to platform/fonts. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
Index: Source/core/platform/graphics/SimpleFontData.h
diff --git a/Source/core/platform/graphics/SimpleFontData.h b/Source/core/platform/graphics/SimpleFontData.h
index c001860f275fc55eed13c2e03866aae0ee288230..300460ec7b894a87bca819f2779edfebdf778569 100644
--- a/Source/core/platform/graphics/SimpleFontData.h
+++ b/Source/core/platform/graphics/SimpleFontData.h
@@ -24,9 +24,9 @@
#ifndef SimpleFontData_h
#define SimpleFontData_h
-#include "core/platform/graphics/CustomFontData.h"
#include "core/platform/graphics/FontPlatformData.h"
#include "core/platform/graphics/GlyphPageTreeNode.h"
+#include "platform/fonts/CustomFontData.h"
#include "platform/fonts/FontBaseline.h"
#include "platform/fonts/FontData.h"
#include "platform/fonts/FontMetrics.h"

Powered by Google App Engine
This is Rietveld 408576698