| Index: gpu/ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap.h
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h b/gpu/ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap.h
|
| similarity index 78%
|
| rename from content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h
|
| rename to gpu/ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap.h
|
| index aa073e111e31c3d16d92912f500ba040f63c2030..29b79a70d5f139e3743d47f18a381a07384dd553 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h
|
| +++ b/gpu/ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap.h
|
| @@ -2,23 +2,23 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_COMMON_GPU_CLIENT_GPU_MEMORY_BUFFER_IMPL_OZONE_NATIVE_PIXMAP_H_
|
| -#define CONTENT_COMMON_GPU_CLIENT_GPU_MEMORY_BUFFER_IMPL_OZONE_NATIVE_PIXMAP_H_
|
| +#ifndef GPU_IPC_CLIENT_GPU_MEMORY_BUFFER_IMPL_OZONE_NATIVE_PIXMAP_H_
|
| +#define GPU_IPC_CLIENT_GPU_MEMORY_BUFFER_IMPL_OZONE_NATIVE_PIXMAP_H_
|
|
|
| #include <stddef.h>
|
|
|
| #include "base/macros.h"
|
| -#include "content/common/content_export.h"
|
| -#include "content/common/gpu/client/gpu_memory_buffer_impl.h"
|
| +#include "gpu/gpu_export.h"
|
| +#include "gpu/ipc/client/gpu_memory_buffer_impl.h"
|
|
|
| namespace ui {
|
| class ClientNativePixmap;
|
| }
|
|
|
| -namespace content {
|
| +namespace gpu {
|
|
|
| // Implementation of GPU memory buffer based on Ozone native pixmap.
|
| -class CONTENT_EXPORT GpuMemoryBufferImplOzoneNativePixmap
|
| +class GPU_EXPORT GpuMemoryBufferImplOzoneNativePixmap
|
| : public GpuMemoryBufferImpl {
|
| public:
|
| ~GpuMemoryBufferImplOzoneNativePixmap() override;
|
| @@ -58,6 +58,6 @@ class CONTENT_EXPORT GpuMemoryBufferImplOzoneNativePixmap
|
| DISALLOW_COPY_AND_ASSIGN(GpuMemoryBufferImplOzoneNativePixmap);
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace gpu
|
|
|
| -#endif // CONTENT_COMMON_GPU_CLIENT_GPU_MEMORY_BUFFER_IMPL_OZONE_NATIVE_PIXMAP_H_
|
| +#endif // GPU_IPC_CLIENT_GPU_MEMORY_BUFFER_IMPL_OZONE_NATIVE_PIXMAP_H_
|
|
|