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

Unified Diff: src/ports/SkFontMgr_empty_factory.cpp

Issue 1196313003: Rename SkFontHost_none.cpp to SkFontMgr_empty_factory. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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
« no previous file with comments | « src/ports/SkFontHost_none.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_empty_factory.cpp
diff --git a/src/ports/SkFontHost_none.cpp b/src/ports/SkFontMgr_empty_factory.cpp
similarity index 90%
rename from src/ports/SkFontHost_none.cpp
rename to src/ports/SkFontMgr_empty_factory.cpp
index f76910d97ff1a9c25edd53ef9d632d9c39e88fd7..ceed8f33205853728bdefe974da353253e0fb706 100644
--- a/src/ports/SkFontHost_none.cpp
+++ b/src/ports/SkFontMgr_empty_factory.cpp
@@ -1,4 +1,3 @@
-
/*
* Copyright 2008 The Android Open Source Project
*
@@ -7,7 +6,6 @@
*/
#include "SkFontMgr.h"
-#include "SkScalerContext.h"
SkFontMgr* SkFontMgr::Factory() {
// Always return NULL, an empty SkFontMgr will be used.
« no previous file with comments | « src/ports/SkFontHost_none.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698