Merge "BufferQueueProducer: fix which slot gets pre-allocated" into lmp-dev

This commit is contained in:
Antoine Labour 2014-07-26 02:05:44 +00:00 committed by Android (Google) Code Review
commit d8e5e81343
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ void BufferQueueProducer::allocateBuffers(bool async, uint32_t width,
continue;
}
freeSlots.push_front(slot);
freeSlots.push_back(slot);
}
}