From cd9c24a70f972b45cde72d75161c43968b269a5f Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 8 May 2023 11:57:05 +0200 Subject: [PATCH] Fix doc to fix engine roll The engine roll is currently failing (https://cirrus-ci.com/task/5475027185827840?logs=main#L172) because of a doc issue introduced by https://github.com/flutter/engine/pull/41685. This fixes the doc issue. --- lib/ui/window.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/window.dart b/lib/ui/window.dart index c3c107c7683da..304cdc341feb8 100644 --- a/lib/ui/window.dart +++ b/lib/ui/window.dart @@ -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