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

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

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_manager.h ('k') | ui/aura/mus/window_compositor_frame_sink.h » ('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.cc
diff --git a/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.cc b/ui/aura/mus/mojo_gpu_memory_buffer_manager.cc
similarity index 88%
copy from services/ui/public/cpp/mojo_gpu_memory_buffer_manager.cc
copy to ui/aura/mus/mojo_gpu_memory_buffer_manager.cc
index 342670b1f499efa0be663afe2770642a8451ec4b..313d4d638b7e2c57e58f83b4afa91a2ac0954db6 100644
--- a/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.cc
+++ b/ui/aura/mus/mojo_gpu_memory_buffer_manager.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h"
+#include "ui/aura/mus/mojo_gpu_memory_buffer_manager.h"
#include "base/logging.h"
-#include "services/ui/public/cpp/mojo_gpu_memory_buffer.h"
+#include "ui/aura/mus/mojo_gpu_memory_buffer.h"
-namespace ui {
+namespace aura {
MojoGpuMemoryBufferManager::MojoGpuMemoryBufferManager() {}
@@ -43,4 +43,4 @@ void MojoGpuMemoryBufferManager::SetDestructionSyncToken(
NOTIMPLEMENTED();
}
-} // namespace ui
+} // namespace aura
« no previous file with comments | « ui/aura/mus/mojo_gpu_memory_buffer_manager.h ('k') | ui/aura/mus/window_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698