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

Commit 8e70c495 authored by Jim Shargo's avatar Jim Shargo
Browse files

libgui: Add wb_consumer_base_owns_bq flag

This flag will determine whether or not ConsumberBase classes own their
own bufferqueue or not.

Bug: 340933754
Flag: EXEMPT new flag
Test: n/a new flag
Change-Id: Iea1985f7f7c513da0601e5f651436d55aa861853
parent 0f499e82
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -36,6 +36,14 @@ flag {
  }
} # trace_frame_rate_override

flag {
  name: "wb_consumer_base_owns_bq"
  namespace: "core_graphics"
  description: "ConsumerBase-based classes now own their own bufferqueue"
  bug: "340933754"
  is_fixed_read_only: true
} # wb_consumer_base_owns_bq

flag {
  name: "wb_platform_api_improvements"
  namespace: "core_graphics"