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

Unified Diff: src/ports/SkFontMgr_default_dw.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_dw.cpp
diff --git a/src/ports/SkFontMgr_default_dw.cpp b/src/ports/SkFontMgr_default_dw.cpp
deleted file mode 100644
index e9ad295d6d72c81b97c022bc7ea25c8af878a113..0000000000000000000000000000000000000000
--- a/src/ports/SkFontMgr_default_dw.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "SkFontMgr.h"
-#include "SkTypeface_win.h"
-
-SkFontMgr* SkFontMgr::Factory() {
- return SkFontMgr_New_DirectWrite();
-}

Powered by Google App Engine
This is Rietveld 408576698