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

Unified Diff: Source/core/platform/graphics/win/FontWin.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/FontWin.cpp
diff --git a/Source/core/platform/graphics/chromium/FontChromiumWin.cpp b/Source/core/platform/graphics/win/FontWin.cpp
similarity index 98%
rename from Source/core/platform/graphics/chromium/FontChromiumWin.cpp
rename to Source/core/platform/graphics/win/FontWin.cpp
index f3d1a69608080ad143a18c45377a5616af7673da..aa2b48230a1dba9e3a08c362b57b69e3b927e059 100644
--- a/Source/core/platform/graphics/chromium/FontChromiumWin.cpp
+++ b/Source/core/platform/graphics/win/FontWin.cpp
@@ -32,14 +32,14 @@
#include "config.h"
#include "core/platform/graphics/Font.h"
-#include "platform/NotImplemented.h"
#include "core/platform/graphics/FontFallbackList.h"
#include "core/platform/graphics/GraphicsContext.h"
#include "core/platform/graphics/SimpleFontData.h"
-#include "core/platform/graphics/chromium/FontPlatformDataChromiumWin.h"
-#include "core/platform/graphics/chromium/UniscribeHelperTextRun.h"
#include "core/platform/graphics/skia/SkiaFontWin.h"
+#include "core/platform/graphics/win/FontPlatformDataWin.h"
+#include "core/platform/graphics/win/UniscribeHelperTextRun.h"
#include "platform/fonts/GlyphBuffer.h"
+#include "platform/NotImplemented.h"
#include <windows.h>
« no previous file with comments | « Source/core/platform/graphics/win/FontPlatformDataWin.cpp ('k') | Source/core/platform/graphics/win/GlyphPageTreeNodeWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698