diff options
Diffstat (limited to 'include/gui/GLConsumer.h')
| -rw-r--r-- | include/gui/GLConsumer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/gui/GLConsumer.h b/include/gui/GLConsumer.h index 167ef20579..4912580469 100644 --- a/include/gui/GLConsumer.h +++ b/include/gui/GLConsumer.h @@ -242,7 +242,6 @@ protected: // acquireBufferLocked overrides the ConsumerBase method to update the // mEglSlots array in addition to the ConsumerBase behavior. virtual status_t acquireBufferLocked(BufferItem *item, nsecs_t presentWhen); - virtual status_t acquireBufferLocked(IGraphicBufferConsumer::BufferItem *item, nsecs_t presentWhen); // releaseBufferLocked overrides the ConsumerBase method to update the // mEglSlots array in addition to the ConsumerBase. @@ -260,7 +259,7 @@ protected: // This releases the buffer in the slot referenced by mCurrentTexture, // then updates state to refer to the BufferItem, which must be a // newly-acquired buffer. - status_t updateAndReleaseLocked(const BufferQueue::BufferItem& item); + status_t updateAndReleaseLocked(const BufferItem& item); // Binds mTexName and the current buffer to mTexTarget. Uses // mCurrentTexture if it's set, mCurrentTextureImage if not. If the |