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

Unified Diff: services/ui/common/server_gpu_memory_buffer_manager.cc

Issue 2572703004: exo: Directly create GpuMemoryBufferImpl when a handle is available. (Closed)
Patch Set: null callback 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
Index: services/ui/common/server_gpu_memory_buffer_manager.cc
diff --git a/services/ui/common/server_gpu_memory_buffer_manager.cc b/services/ui/common/server_gpu_memory_buffer_manager.cc
index 490de2fd3c5fa86c397ffa2d06506e87f22ecb2f..a420040ed233ed150f01ca63987bc7b1e379cc06 100644
--- a/services/ui/common/server_gpu_memory_buffer_manager.cc
+++ b/services/ui/common/server_gpu_memory_buffer_manager.cc
@@ -67,15 +67,6 @@ ServerGpuMemoryBufferManager::CreateGpuMemoryBuffer(
weak_factory_.GetWeakPtr(), id, client_id_));
}
-std::unique_ptr<gfx::GpuMemoryBuffer>
-ServerGpuMemoryBufferManager::CreateGpuMemoryBufferFromHandle(
- const gfx::GpuMemoryBufferHandle& handle,
- const gfx::Size& size,
- gfx::BufferFormat format) {
- NOTIMPLEMENTED();
- return nullptr;
-}
-
void ServerGpuMemoryBufferManager::SetDestructionSyncToken(
gfx::GpuMemoryBuffer* buffer,
const gpu::SyncToken& sync_token) {
« no previous file with comments | « services/ui/common/server_gpu_memory_buffer_manager.h ('k') | services/ui/public/cpp/gpu/client_gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698