| Index: blimp/client/core/compositor/blimp_gpu_memory_buffer_manager.h
|
| diff --git a/blimp/client/feature/compositor/blimp_gpu_memory_buffer_manager.h b/blimp/client/core/compositor/blimp_gpu_memory_buffer_manager.h
|
| similarity index 86%
|
| rename from blimp/client/feature/compositor/blimp_gpu_memory_buffer_manager.h
|
| rename to blimp/client/core/compositor/blimp_gpu_memory_buffer_manager.h
|
| index 4ffa4251626e62cf434d02802a42ba294b29140e..b5d1868649236b9f2c4055ff3947364954fff4c8 100644
|
| --- a/blimp/client/feature/compositor/blimp_gpu_memory_buffer_manager.h
|
| +++ b/blimp/client/core/compositor/blimp_gpu_memory_buffer_manager.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_GPU_MEMORY_BUFFER_MANAGER_H_
|
| -#define BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_GPU_MEMORY_BUFFER_MANAGER_H_
|
| +#ifndef BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_GPU_MEMORY_BUFFER_MANAGER_H_
|
| +#define BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_GPU_MEMORY_BUFFER_MANAGER_H_
|
|
|
| #include <memory>
|
|
|
| @@ -43,4 +43,4 @@ class BlimpGpuMemoryBufferManager : public gpu::GpuMemoryBufferManager {
|
| } // namespace client
|
| } // namespace blimp
|
|
|
| -#endif // BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_GPU_MEMORY_BUFFER_MANAGER_H_
|
| +#endif // BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_GPU_MEMORY_BUFFER_MANAGER_H_
|
|
|