// 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. #ifndef CC_TREES_MANAGED_MEMORY_POLICY_H_ #define CC_TREES_MANAGED_MEMORY_POLICY_H_ #include <stddef.h> #include "cc/cc_export.h" #include "cc/tiles/tile_priority.h" #include "gpu/command_buffer/common/gpu_memory_allocation.h" namespace cc { struct CC_EXPORT ManagedMemoryPolicy { … }; } // namespace cc #endif // CC_TREES_MANAGED_MEMORY_POLICY_H_