Skip to content

Commit 866f87b

Browse files
committed
Add missing =0 on interface
Change-Id: Ife0cf573862ba527246a9dbcdda8e03460cf074e Test: builds Flag: EXEMPT build fix
1 parent df31be1 commit 866f87b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/surfaceflinger/Scheduler/EventThread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class EventThread {
144144

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

150150
struct IEventThreadCallback {

0 commit comments

Comments
 (0)