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

Unified Diff: services/ui/common/mus_gpu_memory_buffer_manager.h

Issue 2551743002: gpu: Move native memory buffer configuration into //gpu (Closed)
Patch Set: . Created 4 years 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 | « services/ui/common/DEPS ('k') | services/ui/common/mus_gpu_memory_buffer_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/mus_gpu_memory_buffer_manager.h
diff --git a/services/ui/common/mus_gpu_memory_buffer_manager.h b/services/ui/common/mus_gpu_memory_buffer_manager.h
index d5ad4b7a2dd771f9e1ab8e881974acd1c292735a..bf46681ae4519440f59f5efce950e5de963bd30f 100644
--- a/services/ui/common/mus_gpu_memory_buffer_manager.h
+++ b/services/ui/common/mus_gpu_memory_buffer_manager.h
@@ -11,6 +11,7 @@
#include "base/memory/weak_ptr.h"
#include "base/threading/thread_checker.h"
#include "gpu/command_buffer/client/gpu_memory_buffer_manager.h"
+#include "gpu/ipc/host/gpu_memory_buffer_support.h"
#include "services/ui/gpu/interfaces/gpu_service_internal.mojom.h"
namespace ui {
@@ -61,6 +62,7 @@ class MusGpuMemoryBufferManager : public gpu::GpuMemoryBufferManager,
BASE_HASH_NAMESPACE::hash<gfx::GpuMemoryBufferId>>;
std::unordered_map<int, NativeBuffers> native_buffers_;
+ const gpu::GpuMemoryBufferConfigurationSet native_configurations_;
base::WeakPtrFactory<MusGpuMemoryBufferManager> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(MusGpuMemoryBufferManager);
« no previous file with comments | « services/ui/common/DEPS ('k') | services/ui/common/mus_gpu_memory_buffer_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698