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

Unified Diff: content/renderer/media/video_capture_message_filter_unittest.cc

Issue 21421002: Revert EVS revisions 209760, 298753, 213143. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased at 216225, prepare to land Created 7 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/video_capture_message_filter.cc ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/video_capture_message_filter_unittest.cc
diff --git a/content/renderer/media/video_capture_message_filter_unittest.cc b/content/renderer/media/video_capture_message_filter_unittest.cc
index 5b4c194a9d369238116a4275d5fca4c4d518d698..222600ad830fc7020c6334dcc9113928740f1826 100644
--- a/content/renderer/media/video_capture_message_filter_unittest.cc
+++ b/content/renderer/media/video_capture_message_filter_unittest.cc
@@ -50,21 +50,6 @@ class MockVideoCaptureDelegate : public VideoCaptureMessageFilter::Delegate {
device_id_ = device_id;
}
- // TODO(hshi): implement the following methods for encoded video capture.
- virtual void OnEncodingCapabilitiesAvailable(
- const media::VideoEncodingCapabilities& capabilities) OVERRIDE {}
- virtual void OnEncodedBitstreamOpened(
- const media::VideoEncodingParameters& params,
- const std::vector<base::SharedMemoryHandle>& buffers,
- uint32 buffer_size) OVERRIDE {}
- virtual void OnEncodedBitstreamClosed() OVERRIDE {}
- virtual void OnEncodingConfigChanged(
- const media::RuntimeVideoEncodingParameters& params) OVERRIDE {}
- virtual void OnEncodedBufferReady(
- int buffer_id,
- uint32 size,
- const media::BufferEncodingMetadata& metadata) OVERRIDE {}
-
void Reset() {
buffer_created_ = false;
handle_ = base::SharedMemory::NULLHandle();
« no previous file with comments | « content/renderer/media/video_capture_message_filter.cc ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698