You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/surfaceflinger/surfaceflinger_flags.aconfig
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,6 @@ flag {
33
33
is_fixed_read_only: true
34
34
}
35
35
36
-
flag {
37
-
name: "dont_skip_on_early"
38
-
namespace: "core_graphics"
39
-
description: "This flag is guarding the behaviour where SurfaceFlinger is trying to opportunistically present a frame when the configuration change from late to early"
40
-
bug: "273702768"
41
-
}
42
-
43
36
flag {
44
37
name: "multithreaded_present"
45
38
namespace: "core_graphics"
@@ -190,3 +183,14 @@ flag {
190
183
purpose: PURPOSE_BUGFIX
191
184
}
192
185
}
186
+
187
+
flag {
188
+
name: "dont_skip_on_early_ro"
189
+
namespace: "core_graphics"
190
+
description: "This flag is guarding the behaviour where SurfaceFlinger is trying to opportunistically present a frame when the configuration change from late to early"
0 commit comments