| 252 | } |
| 253 | |
| 254 | void DFB::cancelFrame() |
| 255 | { |
| 256 | FrameBuffer::cancelFrame(); |
| 257 | |
| 258 | // Propagate the frame cancellation to the sparse fb layers as well |
| 259 | for (auto &l : layers) { |
| 260 | l->cancelFrame(); |
| 261 | } |
| 262 | } |
| 263 | |
| 264 | float DFB::getCurrentProgress() const |
| 265 | { |