diff options
Diffstat (limited to 'services/surfaceflinger/ScreenCaptureOutput.h')
-rw-r--r-- | services/surfaceflinger/ScreenCaptureOutput.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/ScreenCaptureOutput.h b/services/surfaceflinger/ScreenCaptureOutput.h index fc095def99..1c16308e15 100644 --- a/services/surfaceflinger/ScreenCaptureOutput.h +++ b/services/surfaceflinger/ScreenCaptureOutput.h @@ -38,6 +38,7 @@ struct ScreenCaptureOutputArgs { bool regionSampling; bool treat170mAsSrgb; bool dimInGammaSpaceForEnhancedScreenshots; + bool isProtected = false; }; // ScreenCaptureOutput is used to compose a set of layers into a preallocated buffer. |