/* * Copyright 2022 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkOpenTypeSVGDecoder_DEFINED #define SkOpenTypeSVGDecoder_DEFINED #include "include/core/SkColor.h" #include "include/core/SkSpan.h" #include "include/core/SkTypes.h" #include <memory> class SkCanvas; class SkOpenTypeSVGDecoder { … }; #endif // SkOpenTypeSVGDecoder_DEFINED