Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1466)

Unified Diff: services/ui/public/cpp/gpu_memory_buffer_impl.h

Issue 2184943002: services/ui: Move some files into the client lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-gpu-in-mus-windows
Patch Set: . Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/public/cpp/gles2_context.cc ('k') | services/ui/public/cpp/gpu_memory_buffer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « services/ui/public/cpp/gles2_context.cc ('k') | services/ui/public/cpp/gpu_memory_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698