/* * Copyright 2021 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrThreadSafePipelineBuilder_Base_DEFINED #define GrThreadSafePipelineBuilder_Base_DEFINED #include "include/core/SkRefCnt.h" #include "include/core/SkString.h" // IWYU pragma: keep #include "include/core/SkTypes.h" #include "include/private/base/SkTArray.h" #include <atomic> class GrThreadSafePipelineBuilder : public SkRefCnt { … }; #endif