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

Unified Diff: media/video/video_decode_accelerator.cc

Issue 319323002: Revert of Merge VideoDecodeAcceleratorImpl with VideoDecodeAccelerator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « media/video/video_decode_accelerator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/video_decode_accelerator.cc
diff --git a/media/video/video_decode_accelerator.cc b/media/video/video_decode_accelerator.cc
index a72912cf3059ac777c9314b99fc286baf8d09ad9..142dab366c344f3174896340157e6a09d58134cd 100644
--- a/media/video/video_decode_accelerator.cc
+++ b/media/video/video_decode_accelerator.cc
@@ -4,19 +4,11 @@
#include "media/video/video_decode_accelerator.h"
-#include "base/logging.h"
-
namespace media {
VideoDecodeAccelerator::~VideoDecodeAccelerator() {}
-bool VideoDecodeAccelerator::CanDecodeOnIOThread() {
- // GPU process subclasses must override this.
- LOG(FATAL) << "This should only get called in the GPU process";
- return false; // not reached
}
-
-} // namespace media
namespace base {
« no previous file with comments | « media/video/video_decode_accelerator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698