8240262: iOS refresh rate is capped to 30 Hz#130
8240262: iOS refresh rate is capped to 30 Hz#130jperedadnr wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back jpereda! A progress list of the required criteria for merging this PR into |
johanvos
left a comment
There was a problem hiding this comment.
The only thing that worries me is that I don't see a reason why this limitation was added originally.
I don't see a reason to keep it, so +1 on removing it.
|
@jperedadnr This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there have been 34 commits pushed to the As you do not have Committer status in this project, an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@johanvos) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
/integrate |
|
@jperedadnr Your merge request cannot be fulfilled at this time, as the status check |
|
Btw, the jcheck failure is because JBS is down. This revealed a bug in the Skara jcheck bot where it doesn't handle it gracefully (so considers it a failure). As soon as JBS is back up or the Skara bot is fixed, this will proceed. |
|
/sponsor |
|
@johanvos The change author (@jperedadnr) must issue an |
|
/integrate |
|
@jperedadnr |
|
/sponsor |
|
@johanvos @jperedadnr The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit 3f663e3. |
There is a hardcoded limit to refresh the glass view on iOS at a half rate of the native refresh rate.
This PR removes that limit.
Since the default value for
frameIntervalis 1 (which implies refreshing at the same rate as allowed by the device), doingsetFrameInterval:1is not necessary. What's more, this method is deprecated.Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jfx pull/130/head:pull/130$ git checkout pull/130