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

Unified Diff: components/mus/common/gpu_memory_buffer_impl.cc

Issue 2020293003: Use mus::MojoGpuMemoryBufferManager in mus::GpuService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build errors Created 4 years, 6 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
Index: components/mus/common/gpu_memory_buffer_impl.cc
diff --git a/components/mus/gles2/gpu_memory_buffer_impl.cc b/components/mus/common/gpu_memory_buffer_impl.cc
similarity index 95%
rename from components/mus/gles2/gpu_memory_buffer_impl.cc
rename to components/mus/common/gpu_memory_buffer_impl.cc
index d2592dc650c06d82f8ce83f1578724c0a419ccbc..415f6548f148f68931091ddbb029d2b9f9603bc0 100644
--- a/components/mus/gles2/gpu_memory_buffer_impl.cc
+++ b/components/mus/common/gpu_memory_buffer_impl.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 "components/mus/gles2/gpu_memory_buffer_impl.h"
+#include "components/mus/common/gpu_memory_buffer_impl.h"
namespace mus {

Powered by Google App Engine
This is Rietveld 408576698