Skip to content

Commit 4fd42e5

Browse files
author
Jeff Brown
committed
Remove unused "layer" argument from show().
Change-Id: I795edb8889bbacdf20fc54d755034040295f281a
1 parent 64a55af commit 4fd42e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/input/SpriteController.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ void SpriteController::doUpdateSprites() {
298298
}
299299

300300
if (becomingVisible) {
301-
status = update.state.surfaceControl->show(surfaceLayer);
301+
status = update.state.surfaceControl->show();
302302
if (status) {
303303
ALOGE("Error %d showing sprite surface.", status);
304304
} else {

0 commit comments

Comments
 (0)