19 #ifndef MIR_COMPOSITOR_FRAME_DROPPING_POLICY_H_
20 #define MIR_COMPOSITOR_FRAME_DROPPING_POLICY_H_
69 #endif // MIR_COMPOSITOR_FRAME_DROPPING_POLICY_H_
All things Mir.
Definition: buffer_stream.h:37
FrameDroppingPolicy & operator=(FrameDroppingPolicy const &)=delete
virtual ~FrameDroppingPolicy()=default
Policy to determine when to drop a frame from a client.
Definition: frame_dropping_policy.h:41
virtual void swap_unblocked()=0
Notify that previous swap is no longer blocking.
virtual void swap_now_blocking()=0
Notify that a swap is now blocking.
FrameDroppingPolicy()=default