commit | 8b8cd1a8dc6ebd3cda1827d5c066d778da8344c0 | [log] [tgz] |
---|---|---|
author | Gurkaran Singh <quic_gurksing@quicinc.com> | Wed Apr 13 10:22:52 2022 -0400 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Jun 09 09:38:54 2022 -0700 |
tree | 068d628dfa48359f9a8194299ef2cc36d9ab66ab | |
parent | e28c2d2e0c870b5d68ccdcd3a55fe4fa3ea3d040 [diff] |
display_extn_intf: Add new layer flag Add new layer flag to store blur request status. CRs-Fixed: 3173915 Change-Id: Id9d40cc172a6a23652c707d7d9dd8fd02c385b98
diff --git a/include/display_extn_intf.h b/include/display_extn_intf.h index ed96f64..9230917 100644 --- a/include/display_extn_intf.h +++ b/include/display_extn_intf.h
@@ -86,6 +86,7 @@ bool secure_video = false; bool secure_ui = false; bool compatible = false; + bool blur = false; }; struct FBTLayerInfo {