// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef GPU_COMMAND_BUFFER_COMMON_DEBUG_MARKER_MANAGER_H_ #define GPU_COMMAND_BUFFER_COMMON_DEBUG_MARKER_MANAGER_H_ #include <string> #include "base/containers/stack.h" #include "gpu/gpu_export.h" namespace gpu { namespace gles2 { // Tracks debug marker. class GPU_EXPORT DebugMarkerManager { … }; } // namespace gles2 } // namespace gpu #endif // GPU_COMMAND_BUFFER_COMMON_DEBUG_MARKER_MANAGER_H_