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

Unified Diff: Source/core/platform/graphics/win/FontCacheWin.cpp

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/win/FontCacheWin.cpp
diff --git a/Source/core/platform/graphics/chromium/FontCacheChromiumWin.cpp b/Source/core/platform/graphics/win/FontCacheWin.cpp
similarity index 99%
rename from Source/core/platform/graphics/chromium/FontCacheChromiumWin.cpp
rename to Source/core/platform/graphics/win/FontCacheWin.cpp
index 577848b73a57161f40faaa6a2d7fa8aa04f2a43e..d7ba3b6fdf30a4fae558132caa53cd8f81d06010 100644
--- a/Source/core/platform/graphics/chromium/FontCacheChromiumWin.cpp
+++ b/Source/core/platform/graphics/win/FontCacheWin.cpp
@@ -35,7 +35,7 @@
#include <unicode/uniset.h>
#include "core/platform/graphics/Font.h"
#include "core/platform/graphics/SimpleFontData.h"
-#include "core/platform/graphics/chromium/FontPlatformDataChromiumWin.h"
+#include "core/platform/graphics/win/FontPlatformDataWin.h"
#include "platform/LayoutTestSupport.h"
#include "platform/fonts/FontFallbackWin.h"
#include "platform/win/HWndDC.h"
« no previous file with comments | « Source/core/platform/graphics/test/MockImageDecoder.h ('k') | Source/core/platform/graphics/win/FontPlatformDataWin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698