/* * Copyright 2010 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef sktext_gpu_Glyph_DEFINED #define sktext_gpu_Glyph_DEFINED #include "src/core/SkGlyph.h" #include "src/core/SkMask.h" #include "src/gpu/AtlasTypes.h" namespace sktext::gpu { class Glyph { … }; } // namespace sktext::gpu #endif // sktext_gpu_Glyph_DEFINED