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

Commit f1e9830d authored by Candice Lo's avatar Candice Lo Committed by Android (Google) Code Review
Browse files

Merge "fix(window magnification):Create the flag for using...

Merge "fix(window magnification):Create the flag for using SurfaceControlViewHost to create window magnifier" into main
parents 0176ffa3 6e10fea4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -36,3 +36,10 @@ flag {
    description: "Animates the floating menu's transition between curved and jagged edges."
    bug: "281140482"
}

flag {
    name: "create_windowless_window_magnifier"
    namespace: "accessibility"
    description: "Uses SurfaceControlViewHost to create the magnifier for window magnification."
    bug: "280992417"
}