Bug 166956 - [iOS][WK1] Fix initialization of CADisplayLink::preferredFramesPerSecond
Summary: [iOS][WK1] Fix initialization of CADisplayLink::preferredFramesPerSecond
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-11 17:49 PST by Said Abou-Hallawa
Modified: 2022-07-20 16:12 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.65 KB, patch)
2017-01-11 17:51 PST, Said Abou-Hallawa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2017-01-11 17:49:05 PST
Set this option to 60fps in [WebDisplayLinkHandler initWithMonitor].
Comment 1 Said Abou-Hallawa 2017-01-11 17:51:23 PST
Created attachment 298644 [details]
Patch
Comment 2 WebKit Commit Bot 2017-01-12 09:07:55 PST
Comment on attachment 298644 [details]
Patch

Clearing flags on attachment: 298644

Committed r210663: <http://trac.webkit.org/changeset/210663>
Comment 3 WebKit Commit Bot 2017-01-12 09:07:59 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Alex Christensen 2017-01-23 09:30:09 PST
An open source builder had issues with this line.  preferredFramesPerSecond isn't declared in a public header or our SPI headers.  See https://bugs.webkit.org/show_bug.cgi?id=165897