@@ -108,7 +108,7 @@ TEST_F(EmbedderTest, CompositorMustBeAbleToRenderToOpenGLFramebuffer) {
108
108
};
109
109
FlutterRegion paint_region = {
110
110
.struct_size = sizeof (FlutterRegion),
111
- .num_rects = 1 ,
111
+ .rects_count = 1 ,
112
112
.rects = paint_region_rects,
113
113
};
114
114
FlutterBackingStorePresentInfo present_info = {
@@ -154,7 +154,7 @@ TEST_F(EmbedderTest, CompositorMustBeAbleToRenderToOpenGLFramebuffer) {
154
154
};
155
155
FlutterRegion paint_region = {
156
156
.struct_size = sizeof (FlutterRegion),
157
- .num_rects = 1 ,
157
+ .rects_count = 1 ,
158
158
.rects = paint_region_rects,
159
159
};
160
160
FlutterBackingStorePresentInfo present_info = {
@@ -229,7 +229,7 @@ TEST_F(EmbedderTest, RasterCacheDisabledWithPlatformViews) {
229
229
};
230
230
FlutterRegion paint_region = {
231
231
.struct_size = sizeof (FlutterRegion),
232
- .num_rects = 1 ,
232
+ .rects_count = 1 ,
233
233
.rects = paint_region_rects,
234
234
};
235
235
FlutterBackingStorePresentInfo present_info = {
@@ -275,7 +275,7 @@ TEST_F(EmbedderTest, RasterCacheDisabledWithPlatformViews) {
275
275
};
276
276
FlutterRegion paint_region = {
277
277
.struct_size = sizeof (FlutterRegion),
278
- .num_rects = 1 ,
278
+ .rects_count = 1 ,
279
279
.rects = paint_region_rects,
280
280
};
281
281
FlutterBackingStorePresentInfo present_info = {
@@ -361,7 +361,7 @@ TEST_F(EmbedderTest, RasterCacheEnabled) {
361
361
};
362
362
FlutterRegion paint_region = {
363
363
.struct_size = sizeof (FlutterRegion),
364
- .num_rects = 1 ,
364
+ .rects_count = 1 ,
365
365
.rects = paint_region_rects,
366
366
};
367
367
FlutterBackingStorePresentInfo present_info = {
@@ -444,7 +444,7 @@ TEST_F(EmbedderTest, CompositorMustBeAbleToRenderToOpenGLTexture) {
444
444
};
445
445
FlutterRegion paint_region = {
446
446
.struct_size = sizeof (FlutterRegion),
447
- .num_rects = 1 ,
447
+ .rects_count = 1 ,
448
448
.rects = paint_region_rects,
449
449
};
450
450
FlutterBackingStorePresentInfo present_info = {
@@ -490,7 +490,7 @@ TEST_F(EmbedderTest, CompositorMustBeAbleToRenderToOpenGLTexture) {
490
490
};
491
491
FlutterRegion paint_region = {
492
492
.struct_size = sizeof (FlutterRegion),
493
- .num_rects = 1 ,
493
+ .rects_count = 1 ,
494
494
.rects = paint_region_rects,
495
495
};
496
496
FlutterBackingStorePresentInfo present_info = {
@@ -566,7 +566,7 @@ TEST_F(EmbedderTest, CompositorMustBeAbleToRenderToSoftwareBuffer) {
566
566
};
567
567
FlutterRegion paint_region = {
568
568
.struct_size = sizeof (FlutterRegion),
569
- .num_rects = 1 ,
569
+ .rects_count = 1 ,
570
570
.rects = paint_region_rects,
571
571
};
572
572
FlutterBackingStorePresentInfo present_info = {
@@ -611,7 +611,7 @@ TEST_F(EmbedderTest, CompositorMustBeAbleToRenderToSoftwareBuffer) {
611
611
};
612
612
FlutterRegion paint_region = {
613
613
.struct_size = sizeof (FlutterRegion),
614
- .num_rects = 1 ,
614
+ .rects_count = 1 ,
615
615
.rects = paint_region_rects,
616
616
};
617
617
FlutterBackingStorePresentInfo present_info = {
@@ -687,7 +687,7 @@ TEST_F(EmbedderTest, CompositorMustBeAbleToRenderKnownScene) {
687
687
};
688
688
FlutterRegion paint_region = {
689
689
.struct_size = sizeof (FlutterRegion),
690
- .num_rects = 1 ,
690
+ .rects_count = 1 ,
691
691
.rects = paint_region_rects,
692
692
};
693
693
FlutterBackingStorePresentInfo present_info = {
@@ -734,7 +734,7 @@ TEST_F(EmbedderTest, CompositorMustBeAbleToRenderKnownScene) {
734
734
};
735
735
FlutterRegion paint_region = {
736
736
.struct_size = sizeof (FlutterRegion),
737
- .num_rects = 1 ,
737
+ .rects_count = 1 ,
738
738
.rects = paint_region_rects,
739
739
};
740
740
FlutterBackingStorePresentInfo present_info = {
@@ -781,7 +781,7 @@ TEST_F(EmbedderTest, CompositorMustBeAbleToRenderKnownScene) {
781
781
};
782
782
FlutterRegion paint_region = {
783
783
.struct_size = sizeof (FlutterRegion),
784
- .num_rects = 1 ,
784
+ .rects_count = 1 ,
785
785
.rects = paint_region_rects,
786
786
};
787
787
FlutterBackingStorePresentInfo present_info = {
@@ -912,7 +912,7 @@ TEST_F(EmbedderTest, CustomCompositorMustWorkWithCustomTaskRunner) {
912
912
};
913
913
FlutterRegion paint_region = {
914
914
.struct_size = sizeof (FlutterRegion),
915
- .num_rects = 1 ,
915
+ .rects_count = 1 ,
916
916
.rects = paint_region_rects,
917
917
};
918
918
FlutterBackingStorePresentInfo present_info = {
@@ -941,7 +941,7 @@ TEST_F(EmbedderTest, CustomCompositorMustWorkWithCustomTaskRunner) {
941
941
};
942
942
FlutterRegion paint_region = {
943
943
.struct_size = sizeof (FlutterRegion),
944
- .num_rects = 1 ,
944
+ .rects_count = 1 ,
945
945
.rects = paint_region_rects,
946
946
};
947
947
FlutterBackingStorePresentInfo present_info = {
@@ -972,7 +972,7 @@ TEST_F(EmbedderTest, CustomCompositorMustWorkWithCustomTaskRunner) {
972
972
};
973
973
FlutterRegion paint_region = {
974
974
.struct_size = sizeof (FlutterRegion),
975
- .num_rects = 1 ,
975
+ .rects_count = 1 ,
976
976
.rects = paint_region_rects,
977
977
};
978
978
FlutterBackingStorePresentInfo present_info = {
@@ -1068,7 +1068,7 @@ TEST_F(EmbedderTest, CompositorMustBeAbleToRenderWithRootLayerOnly) {
1068
1068
};
1069
1069
FlutterRegion paint_region = {
1070
1070
.struct_size = sizeof (FlutterRegion),
1071
- .num_rects = 1 ,
1071
+ .rects_count = 1 ,
1072
1072
.rects = paint_region_rects,
1073
1073
};
1074
1074
FlutterBackingStorePresentInfo present_info = {
@@ -1149,7 +1149,7 @@ TEST_F(EmbedderTest, CompositorMustBeAbleToRenderWithPlatformLayerOnBottom) {
1149
1149
};
1150
1150
FlutterRegion paint_region = {
1151
1151
.struct_size = sizeof (FlutterRegion),
1152
- .num_rects = 1 ,
1152
+ .rects_count = 1 ,
1153
1153
.rects = paint_region_rects,
1154
1154
};
1155
1155
FlutterBackingStorePresentInfo present_info = {
@@ -1283,7 +1283,7 @@ TEST_F(EmbedderTest,
1283
1283
};
1284
1284
FlutterRegion paint_region = {
1285
1285
.struct_size = sizeof (FlutterRegion),
1286
- .num_rects = 1 ,
1286
+ .rects_count = 1 ,
1287
1287
.rects = paint_region_rects,
1288
1288
};
1289
1289
FlutterBackingStorePresentInfo present_info = {
@@ -1330,7 +1330,7 @@ TEST_F(EmbedderTest,
1330
1330
};
1331
1331
FlutterRegion paint_region = {
1332
1332
.struct_size = sizeof (FlutterRegion),
1333
- .num_rects = 1 ,
1333
+ .rects_count = 1 ,
1334
1334
.rects = paint_region_rects,
1335
1335
};
1336
1336
FlutterBackingStorePresentInfo present_info = {
@@ -1377,7 +1377,7 @@ TEST_F(EmbedderTest,
1377
1377
};
1378
1378
FlutterRegion paint_region = {
1379
1379
.struct_size = sizeof (FlutterRegion),
1380
- .num_rects = 1 ,
1380
+ .rects_count = 1 ,
1381
1381
.rects = paint_region_rects,
1382
1382
};
1383
1383
FlutterBackingStorePresentInfo present_info = {
@@ -1672,7 +1672,7 @@ TEST_P(EmbedderTestMultiBackend,
1672
1672
};
1673
1673
FlutterRegion paint_region = {
1674
1674
.struct_size = sizeof (FlutterRegion),
1675
- .num_rects = 1 ,
1675
+ .rects_count = 1 ,
1676
1676
.rects = paint_region_rects,
1677
1677
};
1678
1678
FlutterBackingStorePresentInfo present_info = {
@@ -1718,7 +1718,7 @@ TEST_P(EmbedderTestMultiBackend,
1718
1718
};
1719
1719
FlutterRegion paint_region = {
1720
1720
.struct_size = sizeof (FlutterRegion),
1721
- .num_rects = 1 ,
1721
+ .rects_count = 1 ,
1722
1722
.rects = paint_region_rects,
1723
1723
};
1724
1724
FlutterBackingStorePresentInfo present_info = {
@@ -1813,7 +1813,7 @@ TEST_F(EmbedderTest, CanRenderGradientWithCompositorOnNonRootLayerWithXform) {
1813
1813
};
1814
1814
FlutterRegion paint_region = {
1815
1815
.struct_size = sizeof (FlutterRegion),
1816
- .num_rects = 1 ,
1816
+ .rects_count = 1 ,
1817
1817
.rects = paint_region_rects,
1818
1818
};
1819
1819
FlutterBackingStorePresentInfo present_info = {
@@ -1860,7 +1860,7 @@ TEST_F(EmbedderTest, CanRenderGradientWithCompositorOnNonRootLayerWithXform) {
1860
1860
};
1861
1861
FlutterRegion paint_region = {
1862
1862
.struct_size = sizeof (FlutterRegion),
1863
- .num_rects = 1 ,
1863
+ .rects_count = 1 ,
1864
1864
.rects = paint_region_rects,
1865
1865
};
1866
1866
FlutterBackingStorePresentInfo present_info = {
@@ -2184,7 +2184,7 @@ TEST_P(EmbedderTestMultiBackend,
2184
2184
};
2185
2185
FlutterRegion paint_region = {
2186
2186
.struct_size = sizeof (FlutterRegion),
2187
- .num_rects = 1 ,
2187
+ .rects_count = 1 ,
2188
2188
.rects = paint_region_rects,
2189
2189
};
2190
2190
FlutterBackingStorePresentInfo present_info = {
@@ -2230,7 +2230,7 @@ TEST_P(EmbedderTestMultiBackend,
2230
2230
};
2231
2231
FlutterRegion paint_region = {
2232
2232
.struct_size = sizeof (FlutterRegion),
2233
- .num_rects = 1 ,
2233
+ .rects_count = 1 ,
2234
2234
.rects = paint_region_rects,
2235
2235
};
2236
2236
FlutterBackingStorePresentInfo present_info = {
@@ -2307,7 +2307,7 @@ TEST_F(
2307
2307
};
2308
2308
FlutterRegion paint_region = {
2309
2309
.struct_size = sizeof (FlutterRegion),
2310
- .num_rects = 1 ,
2310
+ .rects_count = 1 ,
2311
2311
.rects = paint_region_rects,
2312
2312
};
2313
2313
FlutterBackingStorePresentInfo present_info = {
@@ -2354,7 +2354,7 @@ TEST_F(
2354
2354
};
2355
2355
FlutterRegion paint_region = {
2356
2356
.struct_size = sizeof (FlutterRegion),
2357
- .num_rects = 1 ,
2357
+ .rects_count = 1 ,
2358
2358
.rects = paint_region_rects,
2359
2359
};
2360
2360
FlutterBackingStorePresentInfo present_info = {
@@ -2504,7 +2504,7 @@ TEST_P(EmbedderTestMultiBackend, PlatformViewMutatorsAreValid) {
2504
2504
};
2505
2505
FlutterRegion paint_region = {
2506
2506
.struct_size = sizeof (FlutterRegion),
2507
- .num_rects = 1 ,
2507
+ .rects_count = 1 ,
2508
2508
.rects = paint_region_rects,
2509
2509
};
2510
2510
FlutterBackingStorePresentInfo present_info = {
@@ -2614,7 +2614,7 @@ TEST_F(EmbedderTest, PlatformViewMutatorsAreValidWithPixelRatio) {
2614
2614
};
2615
2615
FlutterRegion paint_region = {
2616
2616
.struct_size = sizeof (FlutterRegion),
2617
- .num_rects = 1 ,
2617
+ .rects_count = 1 ,
2618
2618
.rects = paint_region_rects,
2619
2619
};
2620
2620
FlutterBackingStorePresentInfo present_info = {
@@ -2730,7 +2730,7 @@ TEST_F(EmbedderTest,
2730
2730
};
2731
2731
FlutterRegion paint_region = {
2732
2732
.struct_size = sizeof (FlutterRegion),
2733
- .num_rects = 1 ,
2733
+ .rects_count = 1 ,
2734
2734
.rects = paint_region_rects,
2735
2735
};
2736
2736
FlutterBackingStorePresentInfo present_info = {
0 commit comments