/* * 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 GrGLFinishCallbacks_DEFINED #define GrGLFinishCallbacks_DEFINED #include "include/gpu/ganesh/GrTypes.h" #include "include/gpu/ganesh/gl/GrGLTypes.h" #include <list> class GrGLGpu; /** * Maintains a list of callbacks to be called when work on the GPU is complete. */ class GrGLFinishCallbacks { … }; #endif // GrGLFinishCallbacks