RESOLVED FIXED Bug 207502
Rename VideoFullscreenLayerManager to VideoLayerManager
https://bugs.webkit.org/show_bug.cgi?id=207502
Summary Rename VideoFullscreenLayerManager to VideoLayerManager
Peng Liu
Reported 2020-02-10 13:36:15 PST
Rename VideoFullscreenLayerManager to VideoLayerManager
Attachments
Patch (70.36 KB, patch)
2020-02-10 14:07 PST, Peng Liu
no flags
A clearer patch (50.69 KB, patch)
2020-02-10 15:33 PST, Peng Liu
youennf: review+
patch for landing (42.40 KB, patch)
2020-02-11 16:34 PST, Peng Liu
no flags
Peng Liu
Comment 1 2020-02-10 14:07:43 PST
Peng Liu
Comment 2 2020-02-10 15:33:50 PST
Created attachment 390302 [details] A clearer patch
Peng Liu
Comment 3 2020-02-10 15:37:36 PST
Comment on attachment 390302 [details] A clearer patch View in context: https://bugs.webkit.org/attachment.cgi?id=390302&action=review > Source/WebCore/WebCore.xcodeproj/project.pbxproj:-846 > - 2DDE1D081F574D0E00D1A365 /* JSVRStageParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DDE1CF61F574BFF00D1A365 /* JSVRStageParameters.h */; }; Those are cleanup for https://trac.webkit.org/changeset/255241/webkit
youenn fablet
Comment 4 2020-02-11 05:29:57 PST
Comment on attachment 390302 [details] A clearer patch View in context: https://bugs.webkit.org/attachment.cgi?id=390302&action=review >> Source/WebCore/WebCore.xcodeproj/project.pbxproj:-846 >> - 2DDE1D081F574D0E00D1A365 /* JSVRStageParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DDE1CF61F574BFF00D1A365 /* JSVRStageParameters.h */; }; > > Those are cleanup for https://trac.webkit.org/changeset/255241/webkit Could we try to not include these changes, or as separate unreviewed changes maybe. Ditto for below. > Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.h:328 > + std::unique_ptr<VideoLayerManagerObjC> m_videoLayerManager; We could use UniqueRef. > Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaStreamAVFObjC.h:245 > + std::unique_ptr<VideoLayerManagerObjC> m_videoLayerManager; Ditto here.
Peng Liu
Comment 5 2020-02-11 15:42:55 PST
Comment on attachment 390302 [details] A clearer patch View in context: https://bugs.webkit.org/attachment.cgi?id=390302&action=review >>> Source/WebCore/WebCore.xcodeproj/project.pbxproj:-846 >>> - 2DDE1D081F574D0E00D1A365 /* JSVRStageParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DDE1CF61F574BFF00D1A365 /* JSVRStageParameters.h */; }; >> >> Those are cleanup for https://trac.webkit.org/changeset/255241/webkit > > Could we try to not include these changes, or as separate unreviewed changes maybe. Ditto for below. Yes. It is done in webkit.org/b/207573. >> Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.h:328 >> + std::unique_ptr<VideoLayerManagerObjC> m_videoLayerManager; > > We could use UniqueRef. Right. Will do that in webkit.org/b/207592.
Peng Liu
Comment 6 2020-02-11 16:34:58 PST
Created attachment 390461 [details] patch for landing
WebKit Commit Bot
Comment 7 2020-02-11 21:11:26 PST
Comment on attachment 390461 [details] patch for landing Clearing flags on attachment: 390461 Committed r256424: <https://trac.webkit.org/changeset/256424>
Radar WebKit Bug Importer
Comment 8 2020-02-12 09:32:26 PST
Note You need to log in before you can comment on or make changes to this bug.