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

Unified Diff: content/common/gpu/gpu_command_buffer_stub.h

Issue 962723002: Change CHROMIUM_image declarations to support multi planar input. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reveman@ comments. Created 5 years, 9 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
Index: content/common/gpu/gpu_command_buffer_stub.h
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
index c9e215c7af0faf9b09bf7c4e29128ba84893a98d..584862d99436a1b9baad7baf58b097239443428a 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -205,9 +205,9 @@ class GpuCommandBufferStub
void OnSetClientHasMemoryAllocationChangedCallback(bool has_callback);
void OnCreateImage(int32 id,
- gfx::GpuMemoryBufferHandle handle,
+ std::vector<gfx::GpuMemoryBufferHandle> handles,
gfx::Size size,
- gfx::GpuMemoryBuffer::Format format,
+ std::vector<gfx::GpuMemoryBuffer::Format> formats,
uint32 internalformat);
void OnDestroyImage(int32 id);

Powered by Google App Engine
This is Rietveld 408576698