| Index: services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h
|
| diff --git a/services/ui/common/mojo_gpu_memory_buffer_manager.h b/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h
|
| similarity index 80%
|
| rename from services/ui/common/mojo_gpu_memory_buffer_manager.h
|
| rename to services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h
|
| index 85f91d6adb5d34b5e0cae0cd40bb40c43df2ebdc..839f18c20bbaa3ffaa4309f581afd887ee28014f 100644
|
| --- a/services/ui/common/mojo_gpu_memory_buffer_manager.h
|
| +++ b/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h
|
| @@ -2,18 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SERVICES_UI_COMMON_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
| -#define SERVICES_UI_COMMON_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
| +#ifndef SERVICES_UI_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
| +#define SERVICES_UI_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
|
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| #include "gpu/command_buffer/client/gpu_memory_buffer_manager.h"
|
| -#include "services/ui/common/mus_common_export.h"
|
| +#include "services/ui/public/cpp/ui_export.h"
|
|
|
| namespace ui {
|
|
|
| -class MUS_COMMON_EXPORT MojoGpuMemoryBufferManager
|
| +class UI_EXPORT MojoGpuMemoryBufferManager
|
| : public gpu::GpuMemoryBufferManager {
|
| public:
|
| MojoGpuMemoryBufferManager();
|
| @@ -40,4 +40,4 @@ class MUS_COMMON_EXPORT MojoGpuMemoryBufferManager
|
|
|
| } // namespace ui
|
|
|
| -#endif // SERVICES_UI_COMMON_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
| +#endif // SERVICES_UI_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
|
|