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

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

Issue 7361010: Enable fire-and-forget Destroy of HW video decoder, and misc other improvements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: vrk CR responses. Created 9 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: content/renderer/gpu/gpu_video_decode_accelerator_host.h
diff --git a/content/renderer/gpu/gpu_video_decode_accelerator_host.h b/content/renderer/gpu/gpu_video_decode_accelerator_host.h
index 9c304cef0740a9b8795b0e5de931ae47d1e1f586..98dc30b929f277f99558d5ca6a2ef7e5caa1149e 100644
--- a/content/renderer/gpu/gpu_video_decode_accelerator_host.h
+++ b/content/renderer/gpu/gpu_video_decode_accelerator_host.h
@@ -67,7 +67,6 @@ class GpuVideoDecodeAcceleratorHost
const gfx::Size& decoded_size);
void OnFlushDone();
void OnResetDone();
- void OnDestroyDone();
void OnEndOfStream();
void OnErrorNotification(uint32 error);

Powered by Google App Engine
This is Rietveld 408576698