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

Unified Diff: gpu/gles2_conform_support/egl/display.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: gpu/gles2_conform_support/egl/display.cc
diff --git a/gpu/gles2_conform_support/egl/display.cc b/gpu/gles2_conform_support/egl/display.cc
index bd17250e16ef830a70d48071f4af91996caa0234..156fa01693e7766567edf2d96adf18ee9f927ad8 100644
--- a/gpu/gles2_conform_support/egl/display.cc
+++ b/gpu/gles2_conform_support/egl/display.cc
@@ -283,7 +283,7 @@ gpu::Capabilities Display::GetCapabilities() {
return decoder_->GetCapabilities();
}
-int32_t Display::CreateImage(ClientBuffer buffer,
+int32_t Display::CreateImage(ClientBuffer* const buffers,
size_t width,
size_t height,
unsigned internalformat) {

Powered by Google App Engine
This is Rietveld 408576698