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

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

Issue 26679003: Move platform/graphics/chromium/* to platform/graphics/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rename fix 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/FontPlatformData.h
diff --git a/Source/core/platform/graphics/FontPlatformData.h b/Source/core/platform/graphics/FontPlatformData.h
index e05bb0362a7ef0ecf93d35cf54c068006663da1d..e0a1176bee398643fd5a47f847d08b2935c2937a 100644
--- a/Source/core/platform/graphics/FontPlatformData.h
+++ b/Source/core/platform/graphics/FontPlatformData.h
@@ -24,7 +24,7 @@
// FIXME: This is temporary until all ports switch to using this file.
#if OS(WIN)
-#include "core/platform/graphics/chromium/FontPlatformDataChromiumWin.h"
+#include "core/platform/graphics/win/FontPlatformDataWin.h"
#elif !OS(MACOSX)
#include "core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h"
@@ -54,7 +54,7 @@ typedef const struct __CTFont* CTFontRef;
#include "wtf/text/StringImpl.h"
#if OS(MACOSX)
-#include "core/platform/graphics/chromium/CrossProcessFontLoading.h"
+#include "core/platform/graphics/mac/MemoryActivatedFont.h"
#endif
#if OS(MACOSX)
« no previous file with comments | « Source/core/platform/graphics/DiscardablePixelRef.cpp ('k') | Source/core/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698