Skip to content

Commit

Permalink
Reland "Remove another reference to BindingBase.window (#122341)"
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer committed Mar 13, 2023
1 parent 5bb30f5 commit 97675a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/benchmarks/microbenchmarks/lib/stocks/layout_bench.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ Future<void> main() async {

final TestViewConfiguration big = TestViewConfiguration.fromView(
size: const Size(360.0, 640.0),
view: RendererBinding.instance.window,
view: tester.view,
);
final TestViewConfiguration small = TestViewConfiguration.fromView(
size: const Size(355.0, 635.0),
view: RendererBinding.instance.window,
view: tester.view,
);
final RenderView renderView = WidgetsBinding.instance.renderView;
binding.framePolicy = LiveTestWidgetsFlutterBindingFramePolicy.benchmark;
Expand Down

0 comments on commit 97675a0

Please sign in to comment.