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

Commit b8ee6854 authored by Melody Hsu's avatar Melody Hsu
Browse files

Flag config removal - screenshot optimizations

Removes ce_fence_promise and single_hop_screenshot from config.
Usages in code otherwise have already been removed.

Bug: b/409610064, b/409611877
Test: atest SurfaceFlinger_test
Flag: EXEMPT, flag removal
Change-Id: I9be2a2628eb929d1e8c12d8f09272d77057b7637
parent 3bc65643
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
@@ -59,17 +59,6 @@ flag {
  is_fixed_read_only: true
} # begone_bright_hlg

flag {
  name: "ce_fence_promise"
  namespace: "window_surfaces"
  description: "Moves logic for buffer release fences into LayerFE"
  bug: "294936197"
  is_fixed_read_only: true
  metadata {
    purpose: PURPOSE_BUGFIX
  }
 } # ce_fence_promise

flag {
  name: "commit_not_composited"
  namespace: "core_graphics"
@@ -262,17 +251,6 @@ flag {
  }
 } # reject_dupe_layerstacks

flag {
  name: "single_hop_screenshot"
  namespace: "window_surfaces"
  description: "Only access SF main thread once during a screenshot"
  bug: "285553970"
  is_fixed_read_only: true
  metadata {
    purpose: PURPOSE_BUGFIX
  }
 } # single_hop_screenshot

flag {
  name: "skip_invisible_windows_in_input"
  namespace: "window_surfaces"