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

Unified Diff: content/renderer/gpu/gpu_video_decode_accelerator_host.cc

Issue 8922010: <video> decode in hardware! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years 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/content_renderer.gypi ('k') | content/renderer/media/capture_video_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/gpu_video_decode_accelerator_host.cc
diff --git a/content/renderer/gpu/gpu_video_decode_accelerator_host.cc b/content/renderer/gpu/gpu_video_decode_accelerator_host.cc
index c9c6d59ed5743a91173ed411a8f377623a7c9754..02eec34b62cccc58044eeace47ef404f30f91cc1 100644
--- a/content/renderer/gpu/gpu_video_decode_accelerator_host.cc
+++ b/content/renderer/gpu/gpu_video_decode_accelerator_host.cc
@@ -26,12 +26,12 @@ GpuVideoDecodeAcceleratorHost::GpuVideoDecodeAcceleratorHost(
client_(client) {
DCHECK(channel_);
DCHECK(client_);
- DCHECK(RenderThreadImpl::current());
}
GpuVideoDecodeAcceleratorHost::~GpuVideoDecodeAcceleratorHost() {}
void GpuVideoDecodeAcceleratorHost::OnChannelError() {
+ OnErrorNotification(PLATFORM_FAILURE);
channel_ = NULL;
}
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/media/capture_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698