commit | c97b8dbd9093c7a8cfeedcd7e417f6732cbe24c6 | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Tue Oct 29 18:19:35 2019 -0700 |
committer | Vishnu Nair <vishnun@google.com> | Wed Oct 30 01:20:41 2019 +0000 |
tree | 1851287287ac16f9c978542ca0ef08793a6a2a50 | |
parent | 7b3a312f385e1fc8c3694ffeafc18794e96a95f1 [diff] [blame] |
[Shadows] Add shadow radius to sf layer state (2/n) Bug: 136561771 Test: atest SurfaceFlinger_Test Change-Id: Icafe852eaad195163b48b802db2a4b092aa30926
diff --git a/services/surfaceflinger/ContainerLayer.h b/services/surfaceflinger/ContainerLayer.h index b48d471..9b7bab1 100644 --- a/services/surfaceflinger/ContainerLayer.h +++ b/services/surfaceflinger/ContainerLayer.h
@@ -34,6 +34,7 @@ bool isCreatedFromMainThread() const override { return true; } protected: + bool canDrawShadows() const override { return false; } sp<Layer> createClone() override; };