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

Unified Diff: ppapi/proxy/ppapi_command_buffer_proxy.cc

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: ppapi/proxy/ppapi_command_buffer_proxy.cc
diff --git a/ppapi/proxy/ppapi_command_buffer_proxy.cc b/ppapi/proxy/ppapi_command_buffer_proxy.cc
index 644e79e4311f515572d05b15c3334a9084659b7d..de0a96a5688724ff0ee9cddb6e434217ec0c989e 100644
--- a/ppapi/proxy/ppapi_command_buffer_proxy.cc
+++ b/ppapi/proxy/ppapi_command_buffer_proxy.cc
@@ -205,7 +205,7 @@ gpu::Capabilities PpapiCommandBufferProxy::GetCapabilities() {
return capabilities_;
}
-int32 PpapiCommandBufferProxy::CreateImage(ClientBuffer buffer,
+int32 PpapiCommandBufferProxy::CreateImage(ClientBuffer* const buffers,
size_t width,
size_t height,
unsigned internalformat) {

Powered by Google App Engine
This is Rietveld 408576698