am 7406eafe: should fix the build

This commit is contained in:
Mathias Agopian
2010-05-12 18:29:34 -07:00
committed by Android Git Automerger

View File

@@ -40,6 +40,9 @@ struct DummySurface : public BnSurface {
virtual sp<GraphicBuffer> requestBuffer(int bufferIdx, int usage) {
return NULL;
}
virtual status_t setBufferCount(int bufferCount) {
return INVALID_OPERATION;
}
virtual status_t registerBuffers(const BufferHeap &buffers) {
return OK;