We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
=0
2 parents 25bf4c4 + 866f87b commit a682f07Copy full SHA for a682f07
1 file changed
services/surfaceflinger/Scheduler/EventThread.h
@@ -144,7 +144,7 @@ class EventThread {
144
145
// An elevated number of queued buffers in the server is detected. This propagates a
146
// flag to Choreographer indicating that buffer stuffing recovery should begin.
147
- virtual void addBufferStuffedUids(BufferStuffingMap bufferStuffedUids);
+ virtual void addBufferStuffedUids(BufferStuffingMap bufferStuffedUids) = 0;
148
};
149
150
struct IEventThreadCallback {
0 commit comments