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

Unified Diff: blimp/client/support/compositor/blimp_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
Index: blimp/client/support/compositor/blimp_gpu_memory_buffer_manager.cc
diff --git a/blimp/client/support/compositor/blimp_gpu_memory_buffer_manager.cc b/blimp/client/support/compositor/blimp_gpu_memory_buffer_manager.cc
index 4c39ffad2e33f321b37b9a9fa6faaefe6b551f0b..2a3d478761a6a78e3e56b52e5f059482b6ce26a9 100644
--- a/blimp/client/support/compositor/blimp_gpu_memory_buffer_manager.cc
+++ b/blimp/client/support/compositor/blimp_gpu_memory_buffer_manager.cc
@@ -120,7 +120,7 @@ BlimpGpuMemoryBufferManager::GetDefaultBufferToTextureTargetMap() {
}
std::unique_ptr<gfx::GpuMemoryBuffer>
-BlimpGpuMemoryBufferManager::AllocateGpuMemoryBuffer(
+BlimpGpuMemoryBufferManager::CreateGpuMemoryBuffer(
const gfx::Size& size,
gfx::BufferFormat format,
gfx::BufferUsage usage,
« no previous file with comments | « blimp/client/support/compositor/blimp_gpu_memory_buffer_manager.h ('k') | cc/raster/one_copy_raster_buffer_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698