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

Unified Diff: Source/core/css/CSSCustomFontData.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/css/CSSCustomFontData.h
diff --git a/Source/core/css/CSSCustomFontData.h b/Source/core/css/CSSCustomFontData.h
index 22dbae1c0e5f1b0387e8f8bdee7a86a5d7c3c67c..85c3c6ac20f895655c55306ff090dbc040da8c1d 100644
--- a/Source/core/css/CSSCustomFontData.h
+++ b/Source/core/css/CSSCustomFontData.h
@@ -22,7 +22,7 @@
#define CSSCustomFontData_h
#include "core/css/CSSFontFaceSource.h"
-#include "core/platform/graphics/CustomFontData.h"
+#include "platform/fonts/CustomFontData.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698