diff options
Diffstat (limited to 'services/surfaceflinger/CompositionEngine/include/compositionengine/Output.h')
| -rw-r--r-- | services/surfaceflinger/CompositionEngine/include/compositionengine/Output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/CompositionEngine/include/compositionengine/Output.h b/services/surfaceflinger/CompositionEngine/include/compositionengine/Output.h index 2203639b1a..bd0bcd77b7 100644 --- a/services/surfaceflinger/CompositionEngine/include/compositionengine/Output.h +++ b/services/surfaceflinger/CompositionEngine/include/compositionengine/Output.h @@ -152,6 +152,7 @@ public: Region aboveOpaqueLayers; // The region of the output which should be considered dirty Region dirtyRegion; + int32_t aboveBlurRequests = 0; }; virtual ~Output(); |
