| Index: ui/aura/mus/mojo_gpu_memory_buffer.cc
|
| diff --git a/services/ui/public/cpp/mojo_gpu_memory_buffer.cc b/ui/aura/mus/mojo_gpu_memory_buffer.cc
|
| similarity index 98%
|
| copy from services/ui/public/cpp/mojo_gpu_memory_buffer.cc
|
| copy to ui/aura/mus/mojo_gpu_memory_buffer.cc
|
| index c0d776b567487378ccd1469d8b4cb33a800c2359..7523d86355b5a1b9b195bcee17f5426c5697df2d 100644
|
| --- a/services/ui/public/cpp/mojo_gpu_memory_buffer.cc
|
| +++ b/ui/aura/mus/mojo_gpu_memory_buffer.cc
|
| @@ -2,7 +2,7 @@
|
| // 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.h"
|
| +#include "ui/aura/mus/mojo_gpu_memory_buffer.h"
|
|
|
| #include <stdint.h>
|
|
|
| @@ -15,7 +15,7 @@
|
| #include "mojo/public/cpp/system/platform_handle.h"
|
| #include "ui/gfx/buffer_format_util.h"
|
|
|
| -namespace ui {
|
| +namespace aura {
|
|
|
| // TODO(rjkroege): Support running a destructor callback as necessary.
|
| MojoGpuMemoryBufferImpl::~MojoGpuMemoryBufferImpl() {}
|
|
|