/* * Copyright 2017 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SKSL_OUTPUTSTREAM #define SKSL_OUTPUTSTREAM #include "include/core/SkTypes.h" #include <cstdarg> #include <cstddef> #include <cstdint> #include <string> namespace SkSL { class OutputStream { … }; } // namespace SkSL #endif