| Index: ui/aura/mus/mojo_gpu_memory_buffer_manager.cc
|
| diff --git a/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.cc b/ui/aura/mus/mojo_gpu_memory_buffer_manager.cc
|
| similarity index 88%
|
| copy from services/ui/public/cpp/mojo_gpu_memory_buffer_manager.cc
|
| copy to ui/aura/mus/mojo_gpu_memory_buffer_manager.cc
|
| index 342670b1f499efa0be663afe2770642a8451ec4b..313d4d638b7e2c57e58f83b4afa91a2ac0954db6 100644
|
| --- a/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.cc
|
| +++ b/ui/aura/mus/mojo_gpu_memory_buffer_manager.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h"
|
| +#include "ui/aura/mus/mojo_gpu_memory_buffer_manager.h"
|
|
|
| #include "base/logging.h"
|
| -#include "services/ui/public/cpp/mojo_gpu_memory_buffer.h"
|
| +#include "ui/aura/mus/mojo_gpu_memory_buffer.h"
|
|
|
| -namespace ui {
|
| +namespace aura {
|
|
|
| MojoGpuMemoryBufferManager::MojoGpuMemoryBufferManager() {}
|
|
|
| @@ -43,4 +43,4 @@ void MojoGpuMemoryBufferManager::SetDestructionSyncToken(
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -} // namespace ui
|
| +} // namespace aura
|
|
|