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

Unified Diff: gpu/command_buffer/client/gpu_memory_buffer_manager.cc

Issue 2800693002: {Browser}GpuMemoryBufferManager: add supported native attrib queries
Patch Set: {Browser}GpuMemoryBufferManager: add supported native attrib queries Created 3 years, 8 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 | « gpu/command_buffer/client/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: gpu/command_buffer/client/gpu_memory_buffer_manager.cc
diff --git a/gpu/command_buffer/client/gpu_memory_buffer_manager.cc b/gpu/command_buffer/client/gpu_memory_buffer_manager.cc
index dbfa5936fef4cea842e5eef7d7c0351cec695584..079b962172426631d265aa4ae4b8369b1ad6c289 100644
--- a/gpu/command_buffer/client/gpu_memory_buffer_manager.cc
+++ b/gpu/command_buffer/client/gpu_memory_buffer_manager.cc
@@ -12,4 +12,9 @@ GpuMemoryBufferManager::GpuMemoryBufferManager() {
GpuMemoryBufferManager::~GpuMemoryBufferManager() {
}
+gfx::GpuMemoryBufferAttribVector
+GpuMemoryBufferManager::GetGpuMemoryBufferAttribs() {
+ return gfx::GpuMemoryBufferAttribVector();
+}
+
} // namespace gpu
« no previous file with comments | « gpu/command_buffer/client/gpu_memory_buffer_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698