diff options
Diffstat (limited to 'libs/hwui/RenderNode.h')
-rw-r--r-- | libs/hwui/RenderNode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h index 39ea53b6e3b3..988141fe191d 100644 --- a/libs/hwui/RenderNode.h +++ b/libs/hwui/RenderNode.h @@ -35,6 +35,7 @@ #include "DisplayList.h" #include "Matrix.h" #include "RenderProperties.h" +#include "pipeline/skia/HolePunch.h" #include "pipeline/skia/SkiaDisplayList.h" #include "pipeline/skia/SkiaLayer.h" @@ -284,6 +285,8 @@ private: UsageHint mUsageHint = UsageHint::Unknown; + bool mHasHolePunches; + // METHODS & FIELDS ONLY USED BY THE SKIA RENDERER public: /** @@ -294,6 +297,8 @@ public: return std::move(mAvailableDisplayList); } + bool hasHolePunches() { return mHasHolePunches; } + /** * Attach unused displayList to this node for potential future reuse. */ |