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

Unified Diff: src/ports/SkFontHost_none.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 | « no previous file | src/ports/SkFontMgr_empty_factory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ports/SkFontHost_none.cpp
diff --git a/src/ports/SkFontHost_none.cpp b/src/ports/SkFontHost_none.cpp
deleted file mode 100644
index f76910d97ff1a9c25edd53ef9d632d9c39e88fd7..0000000000000000000000000000000000000000
--- a/src/ports/SkFontHost_none.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-
-/*
- * Copyright 2008 The Android Open Source Project
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "SkFontMgr.h"
-#include "SkScalerContext.h"
-
-SkFontMgr* SkFontMgr::Factory() {
- // Always return NULL, an empty SkFontMgr will be used.
- return NULL;
-}
« no previous file with comments | « no previous file | src/ports/SkFontMgr_empty_factory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698