| Index: services/ui/public/cpp/gpu_memory_buffer_impl.h
|
| diff --git a/services/ui/common/gpu_memory_buffer_impl.h b/services/ui/public/cpp/gpu_memory_buffer_impl.h
|
| similarity index 84%
|
| rename from services/ui/common/gpu_memory_buffer_impl.h
|
| rename to services/ui/public/cpp/gpu_memory_buffer_impl.h
|
| index 90750419a1f86270afbcb438dc3d0e91d6df0785..9ff185299b0109486d2a6150b3134691b27dad30 100644
|
| --- a/services/ui/common/gpu_memory_buffer_impl.h
|
| +++ b/services/ui/public/cpp/gpu_memory_buffer_impl.h
|
| @@ -2,15 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SERVICES_UI_COMMON_GPU_MEMORY_BUFFER_IMPL_H_
|
| -#define SERVICES_UI_COMMON_GPU_MEMORY_BUFFER_IMPL_H_
|
| +#ifndef SERVICES_UI_PUBLIC_CPP_GPU_MEMORY_BUFFER_IMPL_H_
|
| +#define SERVICES_UI_PUBLIC_CPP_GPU_MEMORY_BUFFER_IMPL_H_
|
|
|
| #include <memory>
|
|
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "gpu/command_buffer/common/sync_token.h"
|
| -#include "services/ui/common/mus_common_export.h"
|
| #include "ui/gfx/geometry/size.h"
|
| #include "ui/gfx/gpu_memory_buffer.h"
|
|
|
| @@ -21,7 +20,7 @@
|
| namespace ui {
|
|
|
| // Provides common implementation of a GPU memory buffer.
|
| -class MUS_COMMON_EXPORT GpuMemoryBufferImpl : public gfx::GpuMemoryBuffer {
|
| +class GpuMemoryBufferImpl : public gfx::GpuMemoryBuffer {
|
| public:
|
| ~GpuMemoryBufferImpl() override;
|
|
|
| @@ -58,4 +57,4 @@ class MUS_COMMON_EXPORT GpuMemoryBufferImpl : public gfx::GpuMemoryBuffer {
|
|
|
| } // namespace ui
|
|
|
| -#endif // SERVICES_UI_COMMON_GPU_MEMORY_BUFFER_IMPL_H_
|
| +#endif // SERVICES_UI_PUBLIC_CPP_GPU_MEMORY_BUFFER_IMPL_H_
|
|
|