diff options
Diffstat (limited to 'services/surfaceflinger/Layer.h')
-rw-r--r-- | services/surfaceflinger/Layer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/services/surfaceflinger/Layer.h b/services/surfaceflinger/Layer.h index a95f9085d7..bfa97a07c8 100644 --- a/services/surfaceflinger/Layer.h +++ b/services/surfaceflinger/Layer.h @@ -906,6 +906,9 @@ public: virtual std::string getPendingBufferCounterName() { return ""; } virtual bool updateGeometry() { return false; } + void setSmomoLayerStackId(); + uint32_t getSmomoLayerStackId(); + protected: friend class impl::SurfaceInterceptor; @@ -1135,6 +1138,8 @@ private: const std::vector<BlurRegion> getBlurRegions() const; bool mIsAtRoot = false; + + uint32_t smomoLayerStackId = UINT32_MAX; public: nsecs_t getPreviousGfxInfo(); }; |