/* * Copyright 2015 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrContextOptions_DEFINED #define GrContextOptions_DEFINED #include "include/core/SkData.h" #include "include/core/SkString.h" #include "include/core/SkTypes.h" #include "include/gpu/ganesh/GrDriverBugWorkarounds.h" #include "include/gpu/ganesh/GrTypes.h" #include "include/gpu/ShaderErrorHandler.h" #include "include/private/gpu/ganesh/GrTypesPriv.h" #include <optional> #include <vector> class SkExecutor; struct SK_API GrContextOptions { … }; #endif