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

Unified Diff: ui/aura/mus/gpu_memory_buffer_impl.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/gpu_memory_buffer_impl.h ('k') | ui/aura/mus/gpu_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/gpu_memory_buffer_impl.cc
diff --git a/services/ui/public/cpp/gpu_memory_buffer_impl.cc b/ui/aura/mus/gpu_memory_buffer_impl.cc
similarity index 92%
copy from services/ui/public/cpp/gpu_memory_buffer_impl.cc
copy to ui/aura/mus/gpu_memory_buffer_impl.cc
index a4bac651c43e7db93880135d2d8fd7c181196e7d..63489549e0d532eeb79c43aca1861ca068fb4572 100644
--- a/services/ui/public/cpp/gpu_memory_buffer_impl.cc
+++ b/ui/aura/mus/gpu_memory_buffer_impl.cc
@@ -2,9 +2,9 @@
// 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/gpu_memory_buffer_impl.h"
+#include "ui/aura/mus/gpu_memory_buffer_impl.h"
-namespace ui {
+namespace aura {
GpuMemoryBufferImpl::GpuMemoryBufferImpl(gfx::GpuMemoryBufferId id,
const gfx::Size& size,
@@ -43,4 +43,4 @@ scoped_refptr<ui::NativePixmap> GpuMemoryBufferImpl::GetNativePixmap() {
}
#endif
-} // namespace ui
+} // namespace aura
« no previous file with comments | « ui/aura/mus/gpu_memory_buffer_impl.h ('k') | ui/aura/mus/gpu_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698