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

Unified Diff: Source/platform/fonts/SimpleFontData.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and building Created 7 years 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/platform/fonts/SimpleFontData.cpp
diff --git a/Source/core/platform/graphics/SimpleFontData.cpp b/Source/platform/fonts/SimpleFontData.cpp
similarity index 99%
rename from Source/core/platform/graphics/SimpleFontData.cpp
rename to Source/platform/fonts/SimpleFontData.cpp
index 41f82b70812c1fd1d64a22c36b4bde49072017b2..b6846b2ac0032e5038a218a93f7f545187413171 100644
--- a/Source/core/platform/graphics/SimpleFontData.cpp
+++ b/Source/platform/fonts/SimpleFontData.cpp
@@ -28,8 +28,7 @@
*/
#include "config.h"
-#include "core/platform/graphics/SimpleFontData.h"
-
+#include "platform/fonts/SimpleFontData.h"
#include "wtf/MathExtras.h"

Powered by Google App Engine
This is Rietveld 408576698