BLAST: Descriptive adapter layer names
Otherwise the bug reports are starting to look pretty weird. Bug: 152663327 Bug: 152780239 Test: Existing tests pass Change-Id: I890ae7dba9cbb104e55b2bd46ee0356914cf95fa
This commit is contained in:
@@ -126,7 +126,7 @@ class WindowSurfaceController {
|
||||
if (useBLAST) {
|
||||
mBLASTSurfaceControl = win.makeSurface()
|
||||
.setParent(mSurfaceControl)
|
||||
.setName("BLAST Adapter Layer")
|
||||
.setName(name + "(BLAST)")
|
||||
.setHidden(false)
|
||||
.setBLASTLayer()
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user