display_extn_intf: Add new layer flag

Add new layer flag to store blur request status.

CRs-Fixed: 3173915

Change-Id: Id9d40cc172a6a23652c707d7d9dd8fd02c385b98
This commit is contained in:
Gurkaran Singh
2022-04-13 10:22:52 -04:00
committed by Gerrit - the friendly Code Review server
parent e28c2d2e0c
commit 8b8cd1a8dc

View File

@@ -86,6 +86,7 @@ struct LayerFlags {
bool secure_video = false;
bool secure_ui = false;
bool compatible = false;
bool blur = false;
};
struct FBTLayerInfo {