commit | a9c43763ce7d4ce6a48331acc0092711ed11afef | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Fri Jan 27 19:10:25 2023 +0000 |
committer | Vishnu Nair <vishnun@google.com> | Fri Jan 27 22:57:07 2023 +0000 |
tree | e4ecf915d5b0c3ff0887b1f437a09a6cc10d1b8d | |
parent | 710b8b3956beb6496ff734ee8b18549bf1234559 [diff] [blame] |
SF: Support display mirroring with new frontend Bug: 238781169 Test: presubmit Change-Id: I569822bd1dd70e2b0b660042329abb27f263dc66
diff --git a/services/surfaceflinger/FrontEnd/LayerSnapshot.h b/services/surfaceflinger/FrontEnd/LayerSnapshot.h index 4512ade..159410f 100644 --- a/services/surfaceflinger/FrontEnd/LayerSnapshot.h +++ b/services/surfaceflinger/FrontEnd/LayerSnapshot.h
@@ -84,6 +84,7 @@ gui::GameMode gameMode; scheduler::LayerInfo::FrameRate frameRate; ui::Transform::RotationFlags fixedTransformHint; + bool handleSkipScreenshotFlag = false; ChildState childState; static bool isOpaqueFormat(PixelFormat format);