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

Commit a682f079 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Add missing `=0` on interface" into main

parents 25bf4c4f 866f87b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ public:

    // An elevated number of queued buffers in the server is detected. This propagates a
    // flag to Choreographer indicating that buffer stuffing recovery should begin.
    virtual void addBufferStuffedUids(BufferStuffingMap bufferStuffedUids);
    virtual void addBufferStuffedUids(BufferStuffingMap bufferStuffedUids) = 0;
};

struct IEventThreadCallback {