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

Unified Diff: services/video_capture/public/cpp/receiver_media_to_mojo_adapter.cc

Issue 2854443002: [Mojo Video Capture] Implement a VideoCaptureProvider that uses the video capture service
Patch Set: Created 3 years, 8 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 | « services/video_capture/public/cpp/receiver_media_to_mojo_adapter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/public/cpp/receiver_media_to_mojo_adapter.cc
diff --git a/services/video_capture/public/cpp/receiver_media_to_mojo_adapter.cc b/services/video_capture/public/cpp/receiver_media_to_mojo_adapter.cc
index 7b65bd4ed249c1ee7960e584719b460b6f3f03f3..17f9a3d77129d53286728326c248509f304f8ac8 100644
--- a/services/video_capture/public/cpp/receiver_media_to_mojo_adapter.cc
+++ b/services/video_capture/public/cpp/receiver_media_to_mojo_adapter.cc
@@ -109,4 +109,12 @@ void ReceiverMediaToMojoAdapter::OnLog(const std::string& message) {
receiver_->OnLog(message);
}
+void ReceiverMediaToMojoAdapter::OnStarted() {
+ receiver_->OnStarted();
+}
+
+void ReceiverMediaToMojoAdapter::OnStartedUsingGpuDecode() {
+ receiver_->OnStartedUsingGpuDecode();
+}
+
} // namespace video_capture
« no previous file with comments | « services/video_capture/public/cpp/receiver_media_to_mojo_adapter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698