Add missing EmbedderMsg::ReadyToPresent (#30109)

This commit is contained in:
Atbrakhi 2023-08-16 18:36:45 +02:00 committed by GitHub
parent d4bb34670a
commit 2f3a956821
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -802,6 +802,7 @@ impl ServoGlue {
EmbedderMsg::NewFavicon(..) |
EmbedderMsg::HeadParsed |
EmbedderMsg::SetFullscreenState(..) |
EmbedderMsg::ReadyToPresent |
EmbedderMsg::ReportProfile(..) => {},
}
}