RESOLVED FIXED 155239
Add a getter for WebVideoFullscreenInterfaceObjC and update its rate property
https://bugs.webkit.org/show_bug.cgi?id=155239
Summary Add a getter for WebVideoFullscreenInterfaceObjC and update its rate property
Ada Chan
Reported 2016-03-09 10:17:54 PST
Add a getter for WebVideoFullscreenInterfaceObjC and update its rate property. Also move the stub for WebVideoFullscreenInterfaceMac::setVideoDimensions() to the mm file.
Attachments
Patch (3.63 KB, patch)
2016-03-09 11:28 PST, Ada Chan
eric.carlson: review+
Ada Chan
Comment 1 2016-03-09 10:20:11 PST
Ada Chan
Comment 2 2016-03-09 11:28:11 PST
Eric Carlson
Comment 3 2016-03-09 14:01:51 PST
Comment on attachment 273446 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=273446&action=review > Source/WebCore/platform/mac/WebVideoFullscreenInterfaceMac.h:69 > + WEBCORE_EXPORT void setVideoDimensions(bool hasVideo, float width, float height) override; Nit: if this class isn't sub-classed, "override" should be "final"
Ada Chan
Comment 4 2016-03-09 14:25:36 PST
(In reply to comment #3) > Comment on attachment 273446 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=273446&action=review > > > Source/WebCore/platform/mac/WebVideoFullscreenInterfaceMac.h:69 > > + WEBCORE_EXPORT void setVideoDimensions(bool hasVideo, float width, float height) override; > > Nit: if this class isn't sub-classed, "override" should be "final" Fixed. Thanks for the review!
Ada Chan
Comment 5 2016-03-09 15:36:50 PST
Note You need to log in before you can comment on or make changes to this bug.