Commit ca6dec42 authored by Mohit Hotwani's avatar Mohit Hotwani Committed by Commit Bot

Make sync_type non const to allow updates to it.

Bug: internal b/104824337
Change-Id: I866cfa171eb11bdd401f3892233b970310fc45ac
Reviewed-on: https://chromium-review.googlesource.com/1186116Reviewed-by: default avatarKenneth MacKay <kmackay@chromium.org>
Reviewed-by: default avatarLuke Halliwell <halliwell@chromium.org>
Commit-Queue: Mohit Hotwani <hmohit@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585382}
parent 7c0b3099
......@@ -72,7 +72,7 @@ struct MediaPipelineDeviceParams {
MediaPipelineDeviceParams(const MediaPipelineDeviceParams& other);
MediaPipelineDeviceParams(MediaPipelineDeviceParams&& other);
const MediaSyncType sync_type;
MediaSyncType sync_type;
const AudioStreamType audio_type;
// task_runner allows backend implementations to post tasks to the media
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment