Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
RealtimeMediaSourceCenter callbacks should be passed as r-values
https://bugs.webkit.org/show_bug.cgi?id=171407 Patch by Youenn Fablet <youenn@apple.com> on 2017-05-06 Reviewed by Eric Carlson. No change of behavior, this is mostly style here. * platform/mediastream/RealtimeMediaSourceCenter.h: * platform/mediastream/mac/RealtimeMediaSourceCenterMac.cpp: (WebCore::RealtimeMediaSourceCenterMac::validateRequestConstraints): (WebCore::RealtimeMediaSourceCenterMac::createMediaStream): * platform/mediastream/mac/RealtimeMediaSourceCenterMac.h: * platform/mediastream/openwebrtc/RealtimeMediaSourceCenterOwr.cpp: (WebCore::RealtimeMediaSourceCenterOwr::validateRequestConstraints): * platform/mediastream/openwebrtc/RealtimeMediaSourceCenterOwr.h: * platform/mock/MockRealtimeMediaSourceCenter.cpp: (WebCore::MockRealtimeMediaSourceCenter::validateRequestConstraints): (WebCore::MockRealtimeMediaSourceCenter::createMediaStream): * platform/mock/MockRealtimeMediaSourceCenter.h: Canonical link: https://commits.webkit.org/188681@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@216323 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
36 additions
and 14 deletions.
- +22 −0 Source/WebCore/ChangeLog
- +2 −2 Source/WebCore/platform/mediastream/RealtimeMediaSourceCenter.h
- +2 −2 Source/WebCore/platform/mediastream/mac/RealtimeMediaSourceCenterMac.cpp
- +2 −2 Source/WebCore/platform/mediastream/mac/RealtimeMediaSourceCenterMac.h
- +2 −2 Source/WebCore/platform/mediastream/openwebrtc/RealtimeMediaSourceCenterOwr.cpp
- +2 −2 Source/WebCore/platform/mediastream/openwebrtc/RealtimeMediaSourceCenterOwr.h
- +2 −2 Source/WebCore/platform/mock/MockRealtimeMediaSourceCenter.cpp
- +2 −2 Source/WebCore/platform/mock/MockRealtimeMediaSourceCenter.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters