summaryrefslogtreecommitdiff
path: root/rsAllocation.cpp
diff options
context:
space:
mode:
authorDan Stoza <stoza@google.com>2014-11-07 20:03:44 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-07 20:03:44 +0000
commitbadcc003c26a552e99fc47716b2d27c7281feda1 (patch)
treeff7aacdd15cf761e20b84e37a7676a0a24da7838 /rsAllocation.cpp
parenta5c4d2b5aa366bf7b8d6c7ae9d00539e11e66224 (diff)
parentf0d7aa28bd4620030d9c54d983f607e3b0051df0 (diff)
downloadrs-badcc003c26a552e99fc47716b2d27c7281feda1.tar.gz
am f0d7aa28: Add a BufferItem parameter to onFrameAvailable
* commit 'f0d7aa28bd4620030d9c54d983f607e3b0051df0': Add a BufferItem parameter to onFrameAvailable
Diffstat (limited to 'rsAllocation.cpp')
-rw-r--r--rsAllocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsAllocation.cpp b/rsAllocation.cpp
index 9b83ebba..821ee683 100644
--- a/rsAllocation.cpp
+++ b/rsAllocation.cpp
@@ -493,7 +493,7 @@ void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) {
}
#ifndef RS_COMPATIBILITY_LIB
-void Allocation::NewBufferListener::onFrameAvailable() {
+void Allocation::NewBufferListener::onFrameAvailable(const BufferItem& /* item */) {
intptr_t ip = (intptr_t)alloc;
rsc->sendMessageToClient(&ip, RS_MESSAGE_TO_CLIENT_NEW_BUFFER, 0, sizeof(ip), true);
}