#ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_QUERY_MANAGER_H_
#define GPU_COMMAND_BUFFER_SERVICE_GLES2_QUERY_MANAGER_H_
#include <stdint.h>
#include <map>
#include <memory>
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "gpu/command_buffer/common/constants.h"
#include "gpu/command_buffer/service/query_manager.h"
#include "gpu/gpu_gles2_export.h"
namespace gl {
class GPUTimer;
class GPUTimingClient;
}
namespace gpu {
namespace gles2 {
class FeatureInfo;
class GLES2Decoder;
class GPU_GLES2_EXPORT GLES2QueryManager : public QueryManager { … };
}
}
#endif