Skip to content

Commit 233c667

Browse files
Jeff BrownAndroid (Google) Code Review
authored andcommitted
Merge "Remove unused "layer" argument from show()." into jb-mr1-dev
2 parents dc7d800 + 4fd42e5 commit 233c667

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)