Unverified Commit dffd0c3a authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Prefix for dart:ui multiview change (#128152)

For https://github.com/flutter/engine/pull/42493.
parent 581ebe29
...@@ -286,7 +286,7 @@ class _FakeFlutterView extends Fake implements FlutterView { ...@@ -286,7 +286,7 @@ class _FakeFlutterView extends Fake implements FlutterView {
final Display? _display; final Display? _display;
@override @override
final Object viewId = 1; final int viewId = 1;
} }
class _FakePlatformDispatcher extends Fake implements PlatformDispatcher { class _FakePlatformDispatcher extends Fake implements PlatformDispatcher {
......
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