diff options
Diffstat (limited to 'services/surfaceflinger/Client.h')
-rw-r--r-- | services/surfaceflinger/Client.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/services/surfaceflinger/Client.h b/services/surfaceflinger/Client.h index 4a74739a10..d0051dee1a 100644 --- a/services/surfaceflinger/Client.h +++ b/services/surfaceflinger/Client.h @@ -39,13 +39,12 @@ class Client : public BnSurfaceComposerClient { public: explicit Client(const sp<SurfaceFlinger>& flinger); - ~Client(); + ~Client() = default; status_t initCheck() const; // protected by SurfaceFlinger::mStateLock void attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer); - void detachLayer(const Layer* layer); sp<Layer> getLayerUser(const sp<IBinder>& handle) const; @@ -59,8 +58,6 @@ private: sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp); - virtual status_t destroySurface(const sp<IBinder>& handle); - virtual status_t clearLayerFrameStats(const sp<IBinder>& handle) const; virtual status_t getLayerFrameStats(const sp<IBinder>& handle, FrameStats* outStats) const; |