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

Unified Diff: gpu/gles2_conform_support/egl/display.cc

Issue 1129943006: Implement StreamTexture::BindTexImage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 dce6599acf0d7d552076cc3cc8c281d9ebb4efcb..10719b2d9853fe44d738c4e6e24a997732c5c01b 100644
--- a/gpu/gles2_conform_support/egl/display.cc
+++ b/gpu/gles2_conform_support/egl/display.cc
@@ -334,6 +334,10 @@ uint32 Display::CreateStreamTexture(uint32 texture_id) {
NOTIMPLEMENTED();
return 0;
}
+uint32 Display::CreateStreamTextureImage(int32 image_id) {
+ NOTIMPLEMENTED();
+ return 0;
+}
void Display::SetLock(base::Lock*) {
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698