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

Unified Diff: ui/aura/mus/mojo_gpu_memory_buffer.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.h ('k') | ui/aura/mus/mojo_gpu_memory_buffer_manager.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.cc
diff --git a/services/ui/public/cpp/mojo_gpu_memory_buffer.cc b/ui/aura/mus/mojo_gpu_memory_buffer.cc
similarity index 98%
copy from services/ui/public/cpp/mojo_gpu_memory_buffer.cc
copy to ui/aura/mus/mojo_gpu_memory_buffer.cc
index c0d776b567487378ccd1469d8b4cb33a800c2359..7523d86355b5a1b9b195bcee17f5426c5697df2d 100644
--- a/services/ui/public/cpp/mojo_gpu_memory_buffer.cc
+++ b/ui/aura/mus/mojo_gpu_memory_buffer.cc
@@ -2,7 +2,7 @@
// 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.h"
+#include "ui/aura/mus/mojo_gpu_memory_buffer.h"
#include <stdint.h>
@@ -15,7 +15,7 @@
#include "mojo/public/cpp/system/platform_handle.h"
#include "ui/gfx/buffer_format_util.h"
-namespace ui {
+namespace aura {
// TODO(rjkroege): Support running a destructor callback as necessary.
MojoGpuMemoryBufferImpl::~MojoGpuMemoryBufferImpl() {}
« no previous file with comments | « ui/aura/mus/mojo_gpu_memory_buffer.h ('k') | ui/aura/mus/mojo_gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698