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

Unified Diff: src/ports/SkFontMgr_custom_empty_factory.cpp

Issue 1817633002: Make FreeType usable on Windows. (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: add missing file Created 4 years, 9 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
« no previous file with comments | « src/ports/SkFontMgr_custom.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ports/SkFontMgr_custom_empty_factory.cpp
diff --git a/src/ports/SkFontMgr_fontconfig_factory.cpp b/src/ports/SkFontMgr_custom_empty_factory.cpp
similarity index 57%
copy from src/ports/SkFontMgr_fontconfig_factory.cpp
copy to src/ports/SkFontMgr_custom_empty_factory.cpp
index cdf055608d5477d2e4762dae1dbeacef6490850b..c9487cdcc717823ee22dbfa29e0abbec207dc815 100644
--- a/src/ports/SkFontMgr_fontconfig_factory.cpp
+++ b/src/ports/SkFontMgr_custom_empty_factory.cpp
@@ -1,14 +1,13 @@
/*
- * Copyright 2015 Google Inc.
+ * Copyright 2016 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkFontMgr.h"
-#include "SkFontMgr_fontconfig.h"
-#include "SkTypes.h"
+#include "SkFontMgr_custom.h"
SkFontMgr* SkFontMgr::Factory() {
- return SkFontMgr_New_FontConfig(nullptr);
+ return SkFontMgr_New_Custom_Empty();
}
« no previous file with comments | « src/ports/SkFontMgr_custom.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698