| Index: ui/aura/mus/gpu_memory_buffer_impl.cc
|
| diff --git a/services/ui/public/cpp/gpu_memory_buffer_impl.cc b/ui/aura/mus/gpu_memory_buffer_impl.cc
|
| similarity index 92%
|
| copy from services/ui/public/cpp/gpu_memory_buffer_impl.cc
|
| copy to ui/aura/mus/gpu_memory_buffer_impl.cc
|
| index a4bac651c43e7db93880135d2d8fd7c181196e7d..63489549e0d532eeb79c43aca1861ca068fb4572 100644
|
| --- a/services/ui/public/cpp/gpu_memory_buffer_impl.cc
|
| +++ b/ui/aura/mus/gpu_memory_buffer_impl.cc
|
| @@ -2,9 +2,9 @@
|
| // 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/gpu_memory_buffer_impl.h"
|
| +#include "ui/aura/mus/gpu_memory_buffer_impl.h"
|
|
|
| -namespace ui {
|
| +namespace aura {
|
|
|
| GpuMemoryBufferImpl::GpuMemoryBufferImpl(gfx::GpuMemoryBufferId id,
|
| const gfx::Size& size,
|
| @@ -43,4 +43,4 @@ scoped_refptr<ui::NativePixmap> GpuMemoryBufferImpl::GetNativePixmap() {
|
| }
|
| #endif
|
|
|
| -} // namespace ui
|
| +} // namespace aura
|
|
|