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

Unified Diff: media/video/capture/mock_video_capture_event_handler.cc

Issue 120893002: Eliminate video capture thread in renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 7 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
Index: media/video/capture/mock_video_capture_event_handler.cc
diff --git a/media/base/android/media_resource_getter.cc b/media/video/capture/mock_video_capture_event_handler.cc
similarity index 51%
copy from media/base/android/media_resource_getter.cc
copy to media/video/capture/mock_video_capture_event_handler.cc
index 5fdff06b94662f524418a767dfca9cc4417be537..d157f75ed4f58297826ae780bb900ac2ca82dc1a 100644
--- a/media/base/android/media_resource_getter.cc
+++ b/media/video/capture/mock_video_capture_event_handler.cc
@@ -2,10 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/base/android/media_resource_getter.h"
+#include "media/video/capture/mock_video_capture_event_handler.h"
namespace media {
-MediaResourceGetter::~MediaResourceGetter() {}
+MockVideoCaptureEventHandler::MockVideoCaptureEventHandler() {
+}
+
+MockVideoCaptureEventHandler::~MockVideoCaptureEventHandler() {
+}
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698