// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file contains the Logger class. #ifndef GPU_COMMAND_BUFFER_SERVICE_LOGGER_H_ #define GPU_COMMAND_BUFFER_SERVICE_LOGGER_H_ #include <stdint.h> #include <string> #include "base/functional/callback.h" #include "base/memory/raw_ptr.h" #include "gpu/gpu_gles2_export.h" namespace gpu { namespace gles2 { class DebugMarkerManager; class GPU_GLES2_EXPORT Logger { … }; } // namespace gles2 } // namespace gpu #endif // GPU_COMMAND_BUFFER_SERVICE_LOGGER_H_