diff options
Diffstat (limited to 'services/surfaceflinger/ScreenCaptureOutput.h')
-rw-r--r-- | services/surfaceflinger/ScreenCaptureOutput.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/surfaceflinger/ScreenCaptureOutput.h b/services/surfaceflinger/ScreenCaptureOutput.h index 1c16308e15..069f458bdb 100644 --- a/services/surfaceflinger/ScreenCaptureOutput.h +++ b/services/surfaceflinger/ScreenCaptureOutput.h @@ -59,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; |