summaryrefslogtreecommitdiffstats
path: root/include/surfaceflinger/IGraphicBufferAlloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/surfaceflinger/IGraphicBufferAlloc.h')
-rw-r--r--include/surfaceflinger/IGraphicBufferAlloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/surfaceflinger/IGraphicBufferAlloc.h b/include/surfaceflinger/IGraphicBufferAlloc.h
index e1b6b57..d3b2062 100644
--- a/include/surfaceflinger/IGraphicBufferAlloc.h
+++ b/include/surfaceflinger/IGraphicBufferAlloc.h
@@ -37,7 +37,7 @@ public:
/* Create a new GraphicBuffer for the client to use.
*/
virtual sp<GraphicBuffer> createGraphicBuffer(uint32_t w, uint32_t h,
- PixelFormat format, uint32_t usage) = 0;
+ PixelFormat format, uint32_t usage, status_t* error) = 0;
};
// ----------------------------------------------------------------------------