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

Unified Diff: ui/aura/mus/mojo_gpu_memory_buffer_manager.h

Issue 2464123003: Enabling Aura-Mus clients to submit frames to Mus. (Closed)
Patch Set: Rebase, addressing feedback, removing some unneded imports/deps. Created 4 years, 1 month 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 | « ui/aura/mus/mojo_gpu_memory_buffer.cc ('k') | ui/aura/mus/mojo_gpu_memory_buffer_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/mojo_gpu_memory_buffer_manager.h
diff --git a/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h b/ui/aura/mus/mojo_gpu_memory_buffer_manager.h
similarity index 83%
copy from services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h
copy to ui/aura/mus/mojo_gpu_memory_buffer_manager.h
index a390ff61a15a04ac62179b7fba4e72424cb6bfb0..bc2ce6fd3ebdf8bdb7cceb28d1d73dd289bd71c0 100644
--- a/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h
+++ b/ui/aura/mus/mojo_gpu_memory_buffer_manager.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SERVICES_UI_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
-#define SERVICES_UI_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
+#ifndef UI_AURA_MUS_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
+#define UI_AURA_MUS_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
#include <memory>
#include "base/macros.h"
#include "gpu/command_buffer/client/gpu_memory_buffer_manager.h"
-namespace ui {
+namespace aura {
class MojoGpuMemoryBufferManager : public gpu::GpuMemoryBufferManager {
public:
@@ -36,6 +36,6 @@ class MojoGpuMemoryBufferManager : public gpu::GpuMemoryBufferManager {
DISALLOW_COPY_AND_ASSIGN(MojoGpuMemoryBufferManager);
};
-} // namespace ui
+} // namespace aura
-#endif // SERVICES_UI_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
+#endif // UI_AURA_MUS_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
« no previous file with comments | « ui/aura/mus/mojo_gpu_memory_buffer.cc ('k') | ui/aura/mus/mojo_gpu_memory_buffer_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698