Rename AVPlayerLayerView to _AVPlayerLayerView.
rdar://problem/22000865
Created attachment 257934 [details] Patch
Actually rename it to __AVPlayerLayerView
Created attachment 257935 [details] Patch
Comment on attachment 257935 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=257935&action=review > Source/WebCore/ChangeLog:3 > + Rename AVPlayerLayerView to _AVPlayerLayerView. Nit: you added two underscores to the name - "__AVPlayerLayerView"
(In reply to comment #5) > Comment on attachment 257935 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=257935&action=review > > > Source/WebCore/ChangeLog:3 > > + Rename AVPlayerLayerView to _AVPlayerLayerView. > > Nit: you added two underscores to the name - "__AVPlayerLayerView" Intentional. That is the actual name AVKit decided on.
Comment on attachment 257935 [details] Patch Clearing flags on attachment: 257935 Committed r187684: <http://trac.webkit.org/changeset/187684>
All reviewed patches have been landed. Closing bug.
(In reply to comment #6) > (In reply to comment #5) > > Comment on attachment 257935 [details] > > Patch > > > > View in context: > > https://bugs.webkit.org/attachment.cgi?id=257935&action=review > > > > > Source/WebCore/ChangeLog:3 > > > + Rename AVPlayerLayerView to _AVPlayerLayerView. > > > > Nit: you added two underscores to the name - "__AVPlayerLayerView" > > Intentional. That is the actual name AVKit decided on. Yes, but the comment in the change log only has a single underscore.