mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Rename RendererReadyMsg -> PainterReadyMsg
This commit is contained in:
parent
37c060cad7
commit
b921986cd6
3 changed files with 6 additions and 6 deletions
|
@ -202,7 +202,7 @@ pub enum Msg {
|
|||
LoadUrlMsg(PipelineId, LoadData),
|
||||
ScriptLoadedURLInIFrameMsg(Url, PipelineId, SubpageId, IFrameSandboxState),
|
||||
NavigateMsg(NavigationDirection),
|
||||
RendererReadyMsg(PipelineId),
|
||||
PainterReadyMsg(PipelineId),
|
||||
ResizedWindowMsg(WindowSizeData),
|
||||
KeyEvent(Key, KeyState, KeyModifiers),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue