// Copyright 2016 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_SERVICE_CLIENT_SERVICE_MAP_H_ #define GPU_COMMAND_BUFFER_SERVICE_CLIENT_SERVICE_MAP_H_ #include <limits> #include <unordered_map> #include <vector> #include "base/check.h" namespace gpu { namespace gles2 { template <typename ClientType, typename ServiceType> class ClientServiceMap { … }; } // namespace gles2 } // namespace gpu #endif // GPU_COMMAND_BUFFER_SERVICE_CLIENT_SERVICE_MAP_H_