Commit a68f774
browser: add type to the new deferredDrawCallback
Added in commit 823c22f (Reclaim all
tile bitmaps when document loses focus, 2025-12-20), this is currently
set to a non-null value at a single place, where it points to a function
that takes no arguments and has no return value. Make this explicit to
get rid of the 'any'.
Signed-off-by: Miklos Vajna <[email protected]>
Change-Id: I8e347cf4f4de1b9ae59059926deb876d70b064241 parent f9035a8 commit a68f774
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
| 394 | + | |
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
| |||
0 commit comments