oopsie, missed a spot when fixing b/6970310

Change-Id: Ia320fddc7cc4b0666a4fee678af710ecf5f83ff5
This commit is contained in:
Mathias Agopian 2012-08-15 16:14:33 -07:00
parent 3559b07a88
commit 13233e067b
1 changed files with 1 additions and 1 deletions

View File

@ -1715,7 +1715,7 @@ status_t SurfaceFlinger::onLayerRemoved(const sp<Client>& client, SurfaceID sid)
if (layer != 0) {
err = purgatorizeLayer_l(layer);
if (err == NO_ERROR) {
setTransactionFlags(eDisplayTransactionNeeded);
setTransactionFlags(eTransactionNeeded);
}
}
return err;