// 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_CLIENT_SHARED_MEMORY_LIMITS_H_ #define GPU_COMMAND_BUFFER_CLIENT_SHARED_MEMORY_LIMITS_H_ #include <stddef.h> #include "base/system/sys_info.h" #include "build/build_config.h" #include "ui/gfx/geometry/size.h" namespace gpu { struct SharedMemoryLimits { … }; } // namespace gpu #endif // GPU_COMMAND_BUFFER_CLIENT_SHARED_MEMORY_LIMITS_H_