Switch WebMediaTrackConstraintSet away from std types
This CL migrates WebMediaTrackConstraintSet away from both std::string and std::vector, in favor of their WTF counterparts. Next, the class itself will be renamed from WebMediaTrackConstraintSet to MediaTrackConstraintSetPlatform (since MediaTrackConstraintSet exists). BUG=923394 R=guidou@chromium.org, haraken@chromium.org Change-Id: I310362d7b8cc2694f34b23724b022f68458808e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986130Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#728210}
Showing
Please register or sign in to comment