Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6b47833 authored by James Shargo's avatar James Shargo
Browse files

view_flags: Add fixed_read_only version of surface alloc flag

This necessary because things like scrcpy can create surfaces before
flags configs are available.

Bug: 306193257
Bug: 321628587
Test: n/a -- adding a flag
Change-Id: I4bc03d59dd48245ac66c1587882226c7331fef57
parent dc3479b5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -7,6 +7,15 @@ flag {
     bug: "306193257"
}

flag {
    name: "enable_surface_native_alloc_registration_ro"
    namespace: "toolkit"
    description: "Feature flag for registering surfaces with the VM for faster"
      " cleanup. Fixed readonly version."
    bug: "306193257"
    is_fixed_read_only: true
}

flag {
    name: "enable_use_measure_cache_during_force_layout"
    namespace: "toolkit"