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

Unified Diff: services/ui/surfaces/mus_gpu_memory_buffer_manager.cc

Issue 2526683002: gpu: Rename AllocateGpuMemoryBuffer to CreateGpuMemoryBuffer. (Closed)
Patch Set: . 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 | « services/ui/surfaces/mus_gpu_memory_buffer_manager.h ('k') | services/ui/ws/gpu_service_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/surfaces/mus_gpu_memory_buffer_manager.cc
diff --git a/services/ui/surfaces/mus_gpu_memory_buffer_manager.cc b/services/ui/surfaces/mus_gpu_memory_buffer_manager.cc
index 7ce8843bbacfd716a14e2672ae360f8a1ff85b25..fee582196556af4e26cdc45fd6e7c95407b8421b 100644
--- a/services/ui/surfaces/mus_gpu_memory_buffer_manager.cc
+++ b/services/ui/surfaces/mus_gpu_memory_buffer_manager.cc
@@ -23,7 +23,7 @@ MusGpuMemoryBufferManager::MusGpuMemoryBufferManager(
MusGpuMemoryBufferManager::~MusGpuMemoryBufferManager() {}
std::unique_ptr<gfx::GpuMemoryBuffer>
-MusGpuMemoryBufferManager::AllocateGpuMemoryBuffer(
+MusGpuMemoryBufferManager::CreateGpuMemoryBuffer(
const gfx::Size& size,
gfx::BufferFormat format,
gfx::BufferUsage usage,
« no previous file with comments | « services/ui/surfaces/mus_gpu_memory_buffer_manager.h ('k') | services/ui/ws/gpu_service_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698