am 233c6670: Merge "Remove unused "layer" argument from show()." into jb-mr1-dev
* commit '233c667061ae0f5efcf4ea9409f36485a78f52c0': Remove unused "layer" argument from show().
This commit is contained in:
@@ -298,7 +298,7 @@ void SpriteController::doUpdateSprites() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (becomingVisible) {
|
if (becomingVisible) {
|
||||||
status = update.state.surfaceControl->show(surfaceLayer);
|
status = update.state.surfaceControl->show();
|
||||||
if (status) {
|
if (status) {
|
||||||
ALOGE("Error %d showing sprite surface.", status);
|
ALOGE("Error %d showing sprite surface.", status);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user