Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b0cd8de authored by Valerie Hau's avatar Valerie Hau
Browse files

Make Transaction inherit Parcelable at public level

Bug: 139439952
Test: build, boot, SurfaceFlinger_test
Change-Id: Ib0796def398cbeb295d6cd95b8422ab66bb0b2c5
parent 5edd19ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ public:
        std::unordered_set<sp<SurfaceControl>, SCHash> surfaceControls;
    };

    class Transaction : Parcelable {
    class Transaction : public Parcelable {
        std::unordered_map<sp<IBinder>, ComposerState, IBinderHash> mComposerStates;
        SortedVector<DisplayState > mDisplayStates;
        std::unordered_map<sp<ITransactionCompletedListener>, CallbackInfo, TCLHash>