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

Unified Diff: Source/web/WebGlyphCache.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/web/WebGlyphCache.cpp
diff --git a/Source/web/WebGlyphCache.cpp b/Source/web/WebGlyphCache.cpp
index fe79453ffabf2986e9d80552be26bfe4cf7c17aa..990a85272cd038f24b94a7e275d2d8db366906af 100644
--- a/Source/web/WebGlyphCache.cpp
+++ b/Source/web/WebGlyphCache.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "WebGlyphCache.h"
-#include "core/platform/graphics/GlyphPageTreeNode.h"
+#include "platform/fonts/GlyphPageTreeNode.h"
using namespace WebCore;

Powered by Google App Engine
This is Rietveld 408576698