From 3ca76f416bc8665a97636ca8a2d0128b9da9d92c Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 6 Aug 2013 16:07:33 -0700 Subject: remove support for glReadPixels screenshot path this was only needed on some chipset we're not supporting in KLP. Change-Id: I2e8fc07f135030bd61d2e241a8e426f1a4316425 --- include/gui/ISurfaceComposer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/gui/ISurfaceComposer.h b/include/gui/ISurfaceComposer.h index 9018b87a25..0606aff7cf 100644 --- a/include/gui/ISurfaceComposer.h +++ b/include/gui/ISurfaceComposer.h @@ -115,8 +115,7 @@ public: virtual status_t captureScreen(const sp& display, const sp& producer, uint32_t reqWidth, uint32_t reqHeight, - uint32_t minLayerZ, uint32_t maxLayerZ, - bool isCpuConsumer) = 0; + uint32_t minLayerZ, uint32_t maxLayerZ) = 0; }; // ---------------------------------------------------------------------------- -- cgit v1.2.3-59-g8ed1b