WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ada Chan
Comment 1
2016-03-09 10:20:11 PST
Needed for <
rdar://problem/24396552
>, <
rdar://problem/24396678
>, and <
rdar://problem/24801763
>.
Ada Chan
Comment 2
2016-03-09 11:28:11 PST
Created
attachment 273446
[details]
Patch
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
Committed:
http://trac.webkit.org/changeset/197893
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug