forked from firka/flutter
e2e1b979c48901c838d261b41c7c353571981da4
This PR moves the source of truth for`devicePixelRatio` to the `EngineFlutterDisplay` singleton. Main things that this PR is trying to do: - `EngineFlutterDisplay` is a singleton that represents information about the display. - The `devicePixelRatio` can be overriden in tests. - The `browserDevicePixelRatio` gets the value directly from the browser and can't be overriden. - Remove `EngineSingletonFlutterWindow` and incorporate it into `EngineFlutterWindow`.
Description
No description provided
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%