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

Commit 650a8265 authored by Jim Shargo's avatar Jim Shargo Committed by Android (Google) Code Review
Browse files

Merge "view_flags: Add fixed_read_only version of surface alloc flag" into main

parents ee726539 f6b47833
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"