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

Unified Diff: gpu/command_buffer/client/gpu_control.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: gpu/command_buffer/client/gpu_control.h
diff --git a/gpu/command_buffer/client/gpu_control.h b/gpu/command_buffer/client/gpu_control.h
index 2b303b3b4d58ced50269d00d2598e29c248dcf4d..7b2cc7e76fc43bf3b4196f288c908ec5b8ea9a49 100644
--- a/gpu/command_buffer/client/gpu_control.h
+++ b/gpu/command_buffer/client/gpu_control.h
@@ -35,9 +35,9 @@ class GPU_EXPORT GpuControl {
virtual Capabilities GetCapabilities() = 0;
- // Create an image for a client buffer with the given dimensions and
+ // Create an image for the client buffers with the given dimensions and
// format. Returns its ID or -1 on error.
- virtual int32_t CreateImage(ClientBuffer buffer,
+ virtual int32_t CreateImage(ClientBuffer* const buffers,
size_t width,
size_t height,
unsigned internalformat) = 0;

Powered by Google App Engine
This is Rietveld 408576698