Rename WindowMethods::set_paint_state()

This commit is contained in:
Tetsuharu OHZEKI 2014-12-08 13:43:46 +09:00
parent 189f40f6f8
commit 15a32247a6
5 changed files with 17 additions and 17 deletions

View file

@ -91,7 +91,7 @@ pub trait WindowMethods {
/// Sets the ready state of the current page.
fn set_ready_state(&self, ready_state: ReadyState);
/// Sets the paint state of the current page.
fn set_render_state(&self, paint_state: PaintState);
fn set_paint_state(&self, paint_state: PaintState);
/// Returns the hidpi factor of the monitor.
fn hidpi_factor(&self) -> ScaleFactor<ScreenPx, DevicePixel, f32>;