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

Unified Diff: Source/web/WebFontCache.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android 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
« no previous file with comments | « Source/web/WebDevToolsAgentImpl.cpp ('k') | Source/web/WebFontImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFontCache.cpp
diff --git a/Source/web/WebFontCache.cpp b/Source/web/WebFontCache.cpp
index 971316ba80a7fc68ceb2d891af3e90125a95b4c8..f17337c2574b23492eac328458418ad881baa394 100644
--- a/Source/web/WebFontCache.cpp
+++ b/Source/web/WebFontCache.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "WebFontCache.h"
-#include "core/platform/graphics/FontCache.h"
+#include "platform/fonts/FontCache.h"
using namespace WebCore;
@@ -40,7 +40,7 @@ namespace blink {
// static
void WebFontCache::clear()
{
- fontCache()->invalidate();
+ FontCache::fontCache()->invalidate();
}
} // namespace blink
« no previous file with comments | « Source/web/WebDevToolsAgentImpl.cpp ('k') | Source/web/WebFontImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698