diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-08-10 11:34:44 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-08-10 11:34:44 -0700 |
commit | 091aa2876c9425dd7088a47647cddf27c94de50c (patch) | |
tree | 068d628dfa48359f9a8194299ef2cc36d9ab66ab | |
parent | 62ad5cfcc73a3d85e1b185b038872187815adcac (diff) | |
parent | 8b8cd1a8dc6ebd3cda1827d5c066d778da8344c0 (diff) |
Merge 8b8cd1a8dc6ebd3cda1827d5c066d778da8344c0 on remote branch
Change-Id: Ifdcaf422023ab58efa294502421c0ec006f6656c
-rw-r--r-- | include/display_extn_intf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/display_extn_intf.h b/include/display_extn_intf.h index ed96f64d..9230917f 100644 --- a/include/display_extn_intf.h +++ b/include/display_extn_intf.h @@ -86,6 +86,7 @@ struct LayerFlags { bool secure_video = false; bool secure_ui = false; bool compatible = false; + bool blur = false; }; struct FBTLayerInfo { |