diff options
| author | Mathias Agopian <mathias@google.com> | 2010-12-10 16:22:31 -0800 |
|---|---|---|
| committer | Mathias Agopian <mathias@google.com> | 2010-12-10 16:22:31 -0800 |
| commit | 3dd25a6bf71bd535bf9dbbe16234229ff45414a0 (patch) | |
| tree | 16194108cb3fdc84bd42631d81eaf1a518cfecb9 /include/surfaceflinger/SurfaceComposerClient.h | |
| parent | 957d85ec046651a8b0549b62021079ddcc0b8f53 (diff) | |
| download | frameworks_base-3dd25a6bf71bd535bf9dbbe16234229ff45414a0.zip frameworks_base-3dd25a6bf71bd535bf9dbbe16234229ff45414a0.tar.gz frameworks_base-3dd25a6bf71bd535bf9dbbe16234229ff45414a0.tar.bz2 | |
[3258939] Need snapshot to limit which layers are included
Change-Id: Id7351a0e3f53dde99b291cffba553d89fd4d7ca9
Diffstat (limited to 'include/surfaceflinger/SurfaceComposerClient.h')
| -rw-r--r-- | include/surfaceflinger/SurfaceComposerClient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/surfaceflinger/SurfaceComposerClient.h b/include/surfaceflinger/SurfaceComposerClient.h index a80832d..25b2ebf 100644 --- a/include/surfaceflinger/SurfaceComposerClient.h +++ b/include/surfaceflinger/SurfaceComposerClient.h @@ -183,6 +183,8 @@ public: // frees the previous screenshot and capture a new one status_t update(); status_t update(uint32_t reqWidth, uint32_t reqHeight); + status_t update(uint32_t reqWidth, uint32_t reqHeight, + uint32_t minLayerZ, uint32_t maxLayerZ); // release memory occupied by the screenshot void release(); |
