diff options
| author | 2013-08-06 16:07:33 -0700 | |
|---|---|---|
| committer | 2013-08-06 16:07:33 -0700 | |
| commit | 3ca76f416bc8665a97636ca8a2d0128b9da9d92c (patch) | |
| tree | 6e5cc0e4f1f362b2eeb207fbe50fd17de19776f9 /include | |
| parent | 126b9c8e95743c0567a3809a5b8d37bda1c25397 (diff) | |
remove support for glReadPixels screenshot path
this was only needed on some chipset we're not
supporting in KLP.
Change-Id: I2e8fc07f135030bd61d2e241a8e426f1a4316425
Diffstat (limited to 'include')
| -rw-r--r-- | include/gui/ISurfaceComposer.h | 3 |
1 files changed, 1 insertions, 2 deletions
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<IBinder>& display, const sp<IGraphicBufferProducer>& producer, uint32_t reqWidth, uint32_t reqHeight, - uint32_t minLayerZ, uint32_t maxLayerZ, - bool isCpuConsumer) = 0; + uint32_t minLayerZ, uint32_t maxLayerZ) = 0; }; // ---------------------------------------------------------------------------- |