Merge "WM: Mark screen rotation layer as opaque" into sc-dev

This commit is contained in:
Vishnu Nair
2021-07-01 15:53:19 +00:00
committed by Android (Google) Code Review

View File

@@ -212,6 +212,7 @@ class ScreenRotationAnimation {
String name = "RotationLayer";
mScreenshotLayer = displayContent.makeOverlay()
.setName(name)
.setOpaque(true)
.setSecure(isSecure)
.setCallsite("ScreenRotationAnimation")
.setBLASTLayer()