Move unmap snapshot from Mapped to Tile

This commit is contained in:
Ivan Molodetskikh
2024-05-01 19:00:11 +04:00
parent af9caa1d9b
commit 365dbacae7
7 changed files with 128 additions and 113 deletions
-4
View File
@@ -227,10 +227,6 @@ impl LayoutElement for TestWindow {
&EMPTY
}
fn take_unmap_snapshot(&self) -> Option<LayoutElementRenderSnapshot> {
None
}
fn animation_snapshot(&self) -> Option<&LayoutElementRenderSnapshot> {
None
}