am c3f00492: gralloc-qsd8k: Change composition_complete being a glfinish from stopship to a TODO

Merge commit 'c3f00492488dec0b8eaa5d28aac1bcc8ca899a3c' into eclair-mr2

* commit 'c3f00492488dec0b8eaa5d28aac1bcc8ca899a3c':
  gralloc-qsd8k: Change composition_complete being a glfinish from stopship to a TODO
This commit is contained in:
Dima Zavin 2009-12-04 17:48:11 -08:00 committed by Android Git Automerger
commit d547b3e2be

View File

@ -151,7 +151,7 @@ static int fb_post(struct framebuffer_device_t* dev, buffer_handle_t buffer)
static int fb_compositionComplete(struct framebuffer_device_t* dev)
{
// STOPSHIP: Properly implement composition complete callback
// TODO: Properly implement composition complete callback
glFinish();
return 0;