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

Unified Diff: components/mus/gpu/mus_gpu_memory_buffer_manager.cc

Issue 2087673002: Remove CreateGpuMemoryBufferFromClientId and plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/gpu/mus_gpu_memory_buffer_manager.cc
diff --git a/components/mus/gpu/mus_gpu_memory_buffer_manager.cc b/components/mus/gpu/mus_gpu_memory_buffer_manager.cc
index c34fee363440868cc0fc970401db779df750c0bd..d9ecbd3257a74400ed71593f2467212189eb7c83 100644
--- a/components/mus/gpu/mus_gpu_memory_buffer_manager.cc
+++ b/components/mus/gpu/mus_gpu_memory_buffer_manager.cc
@@ -88,14 +88,6 @@ MusGpuMemoryBufferManager::CreateGpuMemoryBufferFromHandle(
return nullptr;
}
-std::unique_ptr<gfx::GpuMemoryBuffer>
-MusGpuMemoryBufferManager::CreateGpuMemoryBufferFromClientId(
- int client_id,
- const gfx::GpuMemoryBufferId& gpu_memory_buffer_id) {
- NOTIMPLEMENTED();
- return nullptr;
-}
-
gfx::GpuMemoryBuffer*
MusGpuMemoryBufferManager::GpuMemoryBufferFromClientBuffer(
ClientBuffer buffer) {
« no previous file with comments | « components/mus/gpu/mus_gpu_memory_buffer_manager.h ('k') | components/mus/surfaces/ozone_gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698