Remove Surface connect flag and add Ring Buffer.
The deleted flag was not used as the change ended up being a refactor(ag/28506867).
Flag: EXEMPT adding a flag
Test: N/A
Bug: 342197847
Change-Id: I92cddd4d7037e9e824e5e052e0ccca716b18251f
diff --git a/libs/gui/libgui_flags.aconfig b/libs/gui/libgui_flags.aconfig
index b1b385d..c367e75 100644
--- a/libs/gui/libgui_flags.aconfig
+++ b/libs/gui/libgui_flags.aconfig
@@ -85,9 +85,9 @@
} # buffer_release_channel
flag {
- name: "wb_surface_connect_methods"
+ name: "wb_ring_buffer"
namespace: "core_graphics"
- description: "Remove redundant connect methods in Surface."
- bug: "354273690"
+ description: "Remove slot dependency in the Ring Buffer Consumer."
+ bug: "342197847"
is_fixed_read_only: true
-} # wb_surface_connect_methods
+} # wb_ring_buffer