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

Unified Diff: gpu/command_buffer/service/stream_texture_manager_in_process_android.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 | « content/common/gpu/stream_texture_android.cc ('k') | gpu/command_buffer/service/texture_definition.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/stream_texture_manager_in_process_android.cc
diff --git a/gpu/command_buffer/service/stream_texture_manager_in_process_android.cc b/gpu/command_buffer/service/stream_texture_manager_in_process_android.cc
index cf6f591e37e5ac6d873cc061a8e0eb529a30272b..b59cf5ce40f46b52562f2e8647601cd258878415 100644
--- a/gpu/command_buffer/service/stream_texture_manager_in_process_android.cc
+++ b/gpu/command_buffer/service/stream_texture_manager_in_process_android.cc
@@ -74,7 +74,6 @@ void GLImageImpl::ReleaseTexImage(unsigned target) {
}
bool GLImageImpl::CopyTexImage(unsigned target) {
- NOTREACHED();
return false;
}
« no previous file with comments | « content/common/gpu/stream_texture_android.cc ('k') | gpu/command_buffer/service/texture_definition.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698