Merge change I46b2df15 into eclair

* changes:
  fix [2164183] sometimes device just wants to stay asleep
This commit is contained in:
Android (Google) Code Review
2009-10-07 21:09:49 -04:00

View File

@@ -454,10 +454,10 @@ void Layer::lockPageFlip(bool& recomputeVisibleRegions)
// recompute visible region
recomputeVisibleRegions = true;
// we now have the correct size, unfreeze the screen
mFreezeLock.clear();
}
// we now have the correct size, unfreeze the screen
mFreezeLock.clear();
}
if (lcblk->getQueuedCount()) {