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

Unified Diff: gpu/gles2_conform_support/egl/display.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/gles2_conform_support/egl/display.h
diff --git a/gpu/gles2_conform_support/egl/display.h b/gpu/gles2_conform_support/egl/display.h
index 9b349bd3b6f3a88a6285d7e8e595c23781421e1e..8c36ae7164ab3aad9541cff28887dd10cbd3d779 100644
--- a/gpu/gles2_conform_support/egl/display.h
+++ b/gpu/gles2_conform_support/egl/display.h
@@ -75,7 +75,7 @@ class Display : private gpu::GpuControl {
// GpuControl implementation.
gpu::Capabilities GetCapabilities() override;
- int32_t CreateImage(ClientBuffer buffer,
+ int32_t CreateImage(ClientBuffer* const buffers,
size_t width,
size_t height,
unsigned internalformat) override;

Powered by Google App Engine
This is Rietveld 408576698