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

Unified Diff: src/ports/SkFontMgr_default_gdi.cpp

Issue 1184923002: Refactor SkFontHost_linux into SkFontMgr_custom. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Don't export embedded. Created 5 years, 6 months 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: src/ports/SkFontMgr_default_gdi.cpp
diff --git a/src/ports/SkFontMgr_default_gdi.cpp b/src/ports/SkFontMgr_default_gdi.cpp
deleted file mode 100644
index c39ab81120294d46fde535def29cf94adf2d0089..0000000000000000000000000000000000000000
--- a/src/ports/SkFontMgr_default_gdi.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "SkFontMgr.h"
-#include "SkTypeface_win.h"
-
-SkFontMgr* SkFontMgr::Factory() {
- return SkFontMgr_New_GDI();
-}

Powered by Google App Engine
This is Rietveld 408576698