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

Commit fd668629 authored by Marissa Wall's avatar Marissa Wall
Browse files

blast: Factor out BufferQueueLayer

Remove all BufferQueue related items from BufferLayer and
Layer into a new BufferQueueLayer class.

Bug: 80477568
Test: Transaction_test.cpp
Change-Id: I7fcc49768e2723b4991d4566c5124451e328bdf0
parent aac3a45b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ filegroup {
    srcs: [
        "BufferLayer.cpp",
        "BufferLayerConsumer.cpp",
        "BufferQueueLayer.cpp",
        "Client.cpp",
        "ColorLayer.cpp",
        "ContainerLayer.cpp",
Loading