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

Unified Diff: content/browser/gpu/browser_gpu_memory_buffer_manager.cc

Issue 2907333002: Refactoring: Remove unused BrowserGpuMemoryBufferManager::BufferInfo constructor (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « content/browser/gpu/browser_gpu_memory_buffer_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/browser_gpu_memory_buffer_manager.cc
diff --git a/content/browser/gpu/browser_gpu_memory_buffer_manager.cc b/content/browser/gpu/browser_gpu_memory_buffer_manager.cc
index aab62d820de3bac55fa60803a9cc6246165e1294..099367d7d02725838c305ab11a02e77ec39a7c9d 100644
--- a/content/browser/gpu/browser_gpu_memory_buffer_manager.cc
+++ b/content/browser/gpu/browser_gpu_memory_buffer_manager.cc
@@ -457,8 +457,6 @@ uint64_t BrowserGpuMemoryBufferManager::ClientIdToTracingProcessId(
client_id);
}
-BrowserGpuMemoryBufferManager::BufferInfo::BufferInfo() = default;
-
BrowserGpuMemoryBufferManager::BufferInfo::BufferInfo(
const gfx::Size& size,
gfx::GpuMemoryBufferType type,
« no previous file with comments | « content/browser/gpu/browser_gpu_memory_buffer_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698