Commit ccb2b44
authored
Using
After flutter/flutter#100990, we should use `initExpensiveAndroidView` for Android Hybrid Composition mode instead of `initSurfaceAndroidView`.
`initSurfaceAndroidView` attempts to use `TLHC` when possible. In cases where that is not supported, it falls back to using Hybrid Composition.
flutter/engine#49414initExpensiveAndroidView for Android Hybrid Composition Mode (#142399)1 parent 40ecbc8 commit ccb2b44
File tree
1 file changed
+1
-1
lines changed- dev/benchmarks/platform_views_layout_hybrid_composition/lib
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments