diff options
Diffstat (limited to 'services/surfaceflinger/Client.h')
-rw-r--r-- | services/surfaceflinger/Client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/surfaceflinger/Client.h b/services/surfaceflinger/Client.h index 74e48188d6..7d7cef8c50 100644 --- a/services/surfaceflinger/Client.h +++ b/services/surfaceflinger/Client.h @@ -62,6 +62,8 @@ private: LayerMetadata metadata, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp); + status_t mirrorSurface(const sp<IBinder>& mirrorFromHandle, sp<IBinder>* handle); + virtual status_t clearLayerFrameStats(const sp<IBinder>& handle) const; virtual status_t getLayerFrameStats(const sp<IBinder>& handle, FrameStats* outStats) const; |