Unverified Commit 6ec44450 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Remove another reference to BindingBase.window (#122341)

Remove another reference to BindingBase.window
parent 327fde3e
......@@ -33,11 +33,11 @@ Future<void> main() async {
final TestViewConfiguration big = TestViewConfiguration(
size: const Size(360.0, 640.0),
window: RendererBinding.instance.window,
window: tester.view,
);
final TestViewConfiguration small = TestViewConfiguration(
size: const Size(355.0, 635.0),
window: RendererBinding.instance.window,
window: tester.view,
);
final RenderView renderView = WidgetsBinding.instance.renderView;
binding.framePolicy = LiveTestWidgetsFlutterBindingFramePolicy.benchmark;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment