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

Unified Diff: gpu/command_buffer/tests/gl_manager.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/command_buffer/tests/gl_manager.cc
diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc
index eee18aa37868324fec079127915662de14513fc2..3f3ac2bcf75bc49ca5a599386f7bc731e2d4005d 100644
--- a/gpu/command_buffer/tests/gl_manager.cc
+++ b/gpu/command_buffer/tests/gl_manager.cc
@@ -514,6 +514,10 @@ uint32 GLManager::CreateStreamTexture(uint32 texture_id) {
NOTIMPLEMENTED();
return 0;
}
+uint32 GLManager::CreateStreamTextureImage(int32 image_id) {
+ NOTIMPLEMENTED();
+ return 0;
+}
void GLManager::SetLock(base::Lock*) {
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698