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

Unified Diff: gpu/command_buffer/service/texture_definition.cc

Issue 549253003: gpu: Allow CopyTexImage to be called with StreamTextures and GLImageSync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stream_texture_android.cc too Created 6 years, 3 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
« no previous file with comments | « gpu/command_buffer/service/stream_texture_manager_in_process_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/texture_definition.cc
diff --git a/gpu/command_buffer/service/texture_definition.cc b/gpu/command_buffer/service/texture_definition.cc
index 5928bd2fc15c55d255350ca78b591e621f6869e1..08af4aacb0253b2ec3f1a23dff4730c840d7e237 100644
--- a/gpu/command_buffer/service/texture_definition.cc
+++ b/gpu/command_buffer/service/texture_definition.cc
@@ -85,7 +85,6 @@ void GLImageSync::ReleaseTexImage(unsigned target) {
}
bool GLImageSync::CopyTexImage(unsigned target) {
- NOTREACHED();
return false;
}
« no previous file with comments | « gpu/command_buffer/service/stream_texture_manager_in_process_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698