Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@dnfield
Copy link
Contributor

@dnfield dnfield commented May 24, 2023

I missed this before.

@dnfield dnfield requested review from pdblasi-google and yjbanov May 24, 2023 21:54
@flutter-dashboard flutter-dashboard bot added the platform-web Code specifically for the web engine label May 24, 2023
Copy link
Contributor

@pdblasi-google pdblasi-google left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks for the quick turnaround!

id: 0,
size: ui.Size(domWindow.screen?.width ?? 0, domWindow.screen?.height ?? 0),
devicePixelRatio: domWindow.devicePixelRatio,
refreshRate: 60,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could it be bigger on MacOS/Safari with ProMotion display?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes - but there's not a good web API to measure this, so for now it's just getting defaulted to 60.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dnfield dnfield added the autosubmit Merge PR when tree becomes green via auto submit App label May 25, 2023
@auto-submit auto-submit bot merged commit 515a4bf into flutter:main May 25, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 25, 2023
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request May 25, 2023
…127601)

flutter/engine@195009b...515a4bf

2023-05-25 [email protected] Implement PlatformDispatcher.displays on web (flutter/engine#42297)
2023-05-25 [email protected] Roll Skia from b80e74dc4cda to 69d0aa065992 (3 revisions) (flutter/engine#42319)
2023-05-25 [email protected] [Impeller] Safely access snapshot in the pipeline blend filter (flutter/engine#42314)
2023-05-25 [email protected] [Impeller] Add generic path for mask blurring (flutter/engine#42308)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App platform-web Code specifically for the web engine

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants