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

Unified Diff: content/common/gpu/media/video_decode_accelerator_impl.cc

Issue 292183011: Make DefaultDeleter for Video{De|En}codeAccelerator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: out-of-line DefaultDeleter::operator() Created 6 years, 7 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/common/gpu/media/video_decode_accelerator_impl.cc
diff --git a/content/common/gpu/media/video_decode_accelerator_impl.cc b/content/common/gpu/media/video_decode_accelerator_impl.cc
index 34f40ef93084b454b7b7958bd8dd781b00064fa6..a3ae3936eef6eeff4dc8b7b10d6cb793944fba2a 100644
--- a/content/common/gpu/media/video_decode_accelerator_impl.cc
+++ b/content/common/gpu/media/video_decode_accelerator_impl.cc
@@ -8,8 +8,8 @@ namespace content {
VideoDecodeAcceleratorImpl::VideoDecodeAcceleratorImpl() {}
-VideoDecodeAcceleratorImpl::~VideoDecodeAcceleratorImpl() {}
-
bool VideoDecodeAcceleratorImpl::CanDecodeOnIOThread() { return false; }
+VideoDecodeAcceleratorImpl::~VideoDecodeAcceleratorImpl() {}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698