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

Unified Diff: content/browser/renderer_host/media/video_capture_unittest.cc

Issue 2524103002: [Mojo Video Capture] Move Mojo struct VideoFrameInfo from content/common to media/capture/mojo (Closed)
Patch Set: Created 4 years, 1 month 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/browser/renderer_host/media/video_capture_host.cc ('k') | content/common/video_capture.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/media/video_capture_unittest.cc
diff --git a/content/browser/renderer_host/media/video_capture_unittest.cc b/content/browser/renderer_host/media/video_capture_unittest.cc
index 71a0a7e893dc99bc6b28d29fdef70b7ab4cfb1cb..b2ce87ec007dd49609bef2d9367daaf932f70ab9 100644
--- a/content/browser/renderer_host/media/video_capture_unittest.cc
+++ b/content/browser/renderer_host/media/video_capture_unittest.cc
@@ -208,7 +208,7 @@ class VideoCaptureTest : public testing::Test,
}
MOCK_METHOD1(DoOnBufferCreated, void(int32_t));
void OnBufferReady(int32_t buffer_id,
- mojom::VideoFrameInfoPtr info) override {
+ media::mojom::VideoFrameInfoPtr info) override {
DoOnBufferReady(buffer_id);
}
MOCK_METHOD1(DoOnBufferReady, void(int32_t));
« no previous file with comments | « content/browser/renderer_host/media/video_capture_host.cc ('k') | content/common/video_capture.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698