mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Rename WindowMethods::set_paint_state()
This commit is contained in:
parent
189f40f6f8
commit
15a32247a6
5 changed files with 17 additions and 17 deletions
|
@ -368,7 +368,7 @@ impl<Window: WindowMethods> IOCompositor<Window> {
|
|||
}
|
||||
}
|
||||
|
||||
self.window.set_render_state(paint_state);
|
||||
self.window.set_paint_state(paint_state);
|
||||
}
|
||||
|
||||
fn all_pipelines_in_idle_paint_state(&self) -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue