/* * Copyright 2020 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SKSL_MEMORYPOOL #define SKSL_MEMORYPOOL #include <memory> #include "include/core/SkTypes.h" #include "src/base/SkArenaAlloc.h" namespace SkSL { class MemoryPool { … }; } // namespace SkSL #endif // SKSL_MEMORYPOOL