diff options
Diffstat (limited to 'services/surfaceflinger/ScreenCaptureOutput.h')
-rw-r--r-- | services/surfaceflinger/ScreenCaptureOutput.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/services/surfaceflinger/ScreenCaptureOutput.h b/services/surfaceflinger/ScreenCaptureOutput.h index fc095def99..069f458bdb 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. @@ -58,7 +59,8 @@ public: protected: bool getSkipColorTransform() const override { return false; } - renderengine::DisplaySettings generateClientCompositionDisplaySettings() const override; + renderengine::DisplaySettings generateClientCompositionDisplaySettings( + const std::shared_ptr<renderengine::ExternalTexture>& buffer) const override; private: const RenderArea& mRenderArea; |