Index: Source/platform/fonts/skia/FontCacheSkia.cpp |
diff --git a/Source/platform/fonts/skia/FontCacheSkia.cpp b/Source/platform/fonts/skia/FontCacheSkia.cpp |
index 4fa74dfc0aae7de3a94626c87fbe75e0a369b8df..a5e49bf75e4fdda8a9c07aa0d8474ec3d1f1389e 100644 |
--- a/Source/platform/fonts/skia/FontCacheSkia.cpp |
+++ b/Source/platform/fonts/skia/FontCacheSkia.cpp |
@@ -171,7 +171,7 @@ PassRefPtr<SkTypeface> FontCache::createTypeface(const FontDescription& fontDesc |
// TODO(dro): crbug.com/381620 Use creationParams.ttcIndex() after |
// https://code.google.com/p/skia/issues/detail?id=1186 gets fixed. |
SkTypeface* typeface = nullptr; |
- if (blink::Platform::current()->sandboxSupport()) |
+ if (Platform::current()->sandboxSupport()) |
typeface = SkTypeface::CreateFromStream(streamForFontconfigInterfaceId(creationParams.fontconfigInterfaceId())); |
else |
typeface = SkTypeface::CreateFromFile(creationParams.filename().data()); |