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

Unified Diff: content/renderer/media/video_capture_impl.h

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/common/video_capture.mojom ('k') | content/renderer/media/video_capture_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/video_capture_impl.h
diff --git a/content/renderer/media/video_capture_impl.h b/content/renderer/media/video_capture_impl.h
index 52aa6072633edbc6f75ccd83043eb94105817b9d..f875e715e653a648370cda45d48a252f5a5b2cb8 100644
--- a/content/renderer/media/video_capture_impl.h
+++ b/content/renderer/media/video_capture_impl.h
@@ -87,7 +87,8 @@ class CONTENT_EXPORT VideoCaptureImpl : public mojom::VideoCaptureObserver {
void OnStateChanged(mojom::VideoCaptureState state) override;
void OnBufferCreated(int32_t buffer_id,
mojo::ScopedSharedBufferHandle handle) override;
- void OnBufferReady(int32_t buffer_id, mojom::VideoFrameInfoPtr info) override;
+ void OnBufferReady(int32_t buffer_id,
+ media::mojom::VideoFrameInfoPtr info) override;
void OnBufferDestroyed(int32_t buffer_id) override;
// Sends an IPC message to browser process when all clients are done with the
« no previous file with comments | « content/common/video_capture.mojom ('k') | content/renderer/media/video_capture_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698