| Index: gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.cc
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc b/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.cc
|
| similarity index 98%
|
| rename from content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc
|
| rename to gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.cc
|
| index 83781ae85539be2771d936f23c80f0eee940baaf..ef817243863f00141c1f2658aa271a73fa9298f4 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc
|
| +++ b/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.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 "content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h"
|
| +#include "gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.h"
|
|
|
| #include <stdint.h>
|
| #include <utility>
|
| @@ -13,7 +13,7 @@
|
| #include "ui/gfx/buffer_format_util.h"
|
| #include "ui/gl/gl_bindings.h"
|
|
|
| -namespace content {
|
| +namespace gpu {
|
| namespace {
|
|
|
| void Noop() {}
|
| @@ -35,8 +35,7 @@ GpuMemoryBufferImplSharedMemory::GpuMemoryBufferImplSharedMemory(
|
| DCHECK(IsSizeValidForFormat(size, format));
|
| }
|
|
|
| -GpuMemoryBufferImplSharedMemory::~GpuMemoryBufferImplSharedMemory() {
|
| -}
|
| +GpuMemoryBufferImplSharedMemory::~GpuMemoryBufferImplSharedMemory() {}
|
|
|
| // static
|
| scoped_ptr<GpuMemoryBufferImplSharedMemory>
|
| @@ -221,4 +220,4 @@ gfx::GpuMemoryBufferHandle GpuMemoryBufferImplSharedMemory::GetHandle() const {
|
| return handle;
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace gpu
|
|
|