Skip to content

Commit a682f07

Browse files
jreckAndroid (Google) Code Review
authored andcommitted
Merge "Add missing =0 on interface" into main
2 parents 25bf4c4 + 866f87b commit a682f07

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)