diff options
author | bungeman <bungeman@google.com> | 2015-06-23 07:18:21 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-23 07:18:21 -0700 |
commit | bd1fb49dd96d130aba5b2c17190b93b638469e86 (patch) | |
tree | a6129239a5d2eadf01e61989aa35878954c3df67 /src/ports | |
parent | 6205af0e70c3d3f133b716b7e1d14188a2eaf006 (diff) |
Rename SkFontHost_none.cpp to SkFontMgr_empty_factory.
When the current function was added in
https://skia.googlesource.com/skia/+/070da5edcb1c6e9b9507f06a5e2c270e1c1fd796%5E%21/#F3
the SkFontHost was still alive and well. Now that this file no
longer contains any SkFontHost related code, rename the file for
clarity and uniformity.
Review URL: https://codereview.chromium.org/1196313003
Diffstat (limited to 'src/ports')
-rw-r--r-- | src/ports/SkFontMgr_empty_factory.cpp (renamed from src/ports/SkFontHost_none.cpp) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ports/SkFontHost_none.cpp b/src/ports/SkFontMgr_empty_factory.cpp index f76910d97f..ceed8f3320 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. |