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

Unified Diff: gpu/ipc/service/stream_texture_android.cc

Issue 2770293002: Detect HLS from demuxing results (Closed)
Patch Set: Minor changes in comments Created 3 years, 4 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/renderer/media/media_factory.cc ('k') | media/base/media_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/stream_texture_android.cc
diff --git a/gpu/ipc/service/stream_texture_android.cc b/gpu/ipc/service/stream_texture_android.cc
index 3003f14a933d4ba52ba38d17b8115148a0ae44bd..76332866b51f14114c1772effcf9945c26c9ab77 100644
--- a/gpu/ipc/service/stream_texture_android.cc
+++ b/gpu/ipc/service/stream_texture_android.cc
@@ -221,12 +221,10 @@ void StreamTexture::OnForwardForSurfaceRequest(
}
bool StreamTexture::BindTexImage(unsigned target) {
- NOTREACHED();
return false;
}
void StreamTexture::ReleaseTexImage(unsigned target) {
- NOTREACHED();
}
bool StreamTexture::CopyTexSubImage(unsigned target,
« no previous file with comments | « content/renderer/media/media_factory.cc ('k') | media/base/media_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698