Merge "BLAST: Descriptive adapter layer names" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-07 09:55:38 +00:00
committed by Android (Google) Code Review

View File

@@ -126,7 +126,7 @@ class WindowSurfaceController {
if (useBLAST) { if (useBLAST) {
mBLASTSurfaceControl = win.makeSurface() mBLASTSurfaceControl = win.makeSurface()
.setParent(mSurfaceControl) .setParent(mSurfaceControl)
.setName("BLAST Adapter Layer") .setName(name + "(BLAST)")
.setHidden(false) .setHidden(false)
.setBLASTLayer() .setBLASTLayer()
.build(); .build();