[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix doc to fix engine roll (flutter#41812)
Browse files Browse the repository at this point in the history
The engine roll is currently failing (https://cirrus-ci.com/task/5475027185827840?logs=main#L172) because of a doc issue introduced by flutter#41685. This fixes the doc issue.
  • Loading branch information
goderbauer committed May 8, 2023
1 parent fa62a7d commit c42dd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/window.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class FlutterView {
/// * [WidgetsBindingObserver], for a mechanism at the widgets layer to
/// observe when this value changes.
/// * [Display.devicePixelRatio], which reports the DPR of the display.
/// The value here is equal to the value on the [display.devicePixelRatio].
/// The value here is equal to the value exposed on [display].
double get devicePixelRatio => _viewConfiguration.devicePixelRatio;

/// The dimensions and location of the rectangle into which the scene rendered
Expand Down

0 comments on commit c42dd23

Please sign in to comment.