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

Commit 57ba2f19 authored by Valerie Hau's avatar Valerie Hau
Browse files

Fixing layer_state_t enum for eColorAlphaChanged and

eColorDataspaceChanged

Bug: 122326454
Test: atest CtsViewTestCases:android.view.cts.ASurfaceControlTests
Change-Id: I4ed20a862be5108cd33513263bb88a090ff165fd
parent 6715b761
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -85,8 +85,8 @@ struct layer_state_t {
        eCornerRadiusChanged = 0x80000000,
        eFrameChanged = 0x1'00000000,
        eCachedBufferChanged = 0x2'00000000,
        eColorAlphaChanged = 0x3'00000000,
        eColorDataspaceChanged = 0x4'00000000,
        eColorAlphaChanged = 0x4'00000000,
        eColorDataspaceChanged = 0x8'00000000,
    };

    layer_state_t()