Remove SkRemoteGlyphCache.h

SkRemoteGlyphCache has been moved to include/private/chromium, and
renamed SkChromeRemoteGlyphCache. As of Chromium CL:
https://chromium-review.googlesource.com/c/chromium/src/+/3335057,
src/core/SkRemoteGlyphCache.h is no longer used, and can be removed.

Change-Id: I5546c55d8edc41875fcfce05b33618a9cf6456e8
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/484339
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
This commit is contained in:
Herb Derby 2021-12-14 10:10:59 -05:00 committed by SkCQ
parent 335a555b28
commit 5b9ecb9d8f
2 changed files with 0 additions and 13 deletions

View File

@ -326,7 +326,6 @@ skia_core_sources = [
"$_src/core/SkRegion.cpp",
"$_src/core/SkRegionPriv.h",
"$_src/core/SkRegion_path.cpp",
"$_src/core/SkRemoteGlyphCache.h",
"$_src/core/SkResourceCache.cpp",
"$_src/core/SkRuntimeEffect.cpp",
"$_src/core/SkSafeMath.h",

View File

@ -1,12 +0,0 @@
/*
* Copyright 2018 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkRemoteGlyphCache_DEFINED
#define SkRemoteGlyphCache_DEFINED
// TODO: remove this entire file after the includes in chromium have been updated
#include "include/private/chromium/SkChromeRemoteGlyphCache.h"
#endif // SkRemoteGlyphCache_DEFINED