| Index: ui/aura/mus/mojo_gpu_memory_buffer_manager.h
|
| diff --git a/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h b/ui/aura/mus/mojo_gpu_memory_buffer_manager.h
|
| similarity index 83%
|
| copy from services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h
|
| copy to ui/aura/mus/mojo_gpu_memory_buffer_manager.h
|
| index a390ff61a15a04ac62179b7fba4e72424cb6bfb0..bc2ce6fd3ebdf8bdb7cceb28d1d73dd289bd71c0 100644
|
| --- a/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h
|
| +++ b/ui/aura/mus/mojo_gpu_memory_buffer_manager.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SERVICES_UI_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
| -#define SERVICES_UI_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
| +#ifndef UI_AURA_MUS_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
| +#define UI_AURA_MUS_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
|
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| #include "gpu/command_buffer/client/gpu_memory_buffer_manager.h"
|
|
|
| -namespace ui {
|
| +namespace aura {
|
|
|
| class MojoGpuMemoryBufferManager : public gpu::GpuMemoryBufferManager {
|
| public:
|
| @@ -36,6 +36,6 @@ class MojoGpuMemoryBufferManager : public gpu::GpuMemoryBufferManager {
|
| DISALLOW_COPY_AND_ASSIGN(MojoGpuMemoryBufferManager);
|
| };
|
|
|
| -} // namespace ui
|
| +} // namespace aura
|
|
|
| -#endif // SERVICES_UI_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
| +#endif // UI_AURA_MUS_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
|
|