mirror of
https://github.com/servo/servo.git
synced 2025-07-27 17:20:36 +01:00
Rename RenderContext -> PaintContext
This commit is contained in:
parent
71257e6604
commit
d87def0743
4 changed files with 31 additions and 31 deletions
|
@ -50,10 +50,10 @@ extern crate freetype;
|
|||
#[cfg(target_os="macos")] extern crate core_graphics;
|
||||
#[cfg(target_os="macos")] extern crate core_text;
|
||||
|
||||
pub use render_context::RenderContext;
|
||||
pub use paint_context::PaintContext;
|
||||
|
||||
// Private rendering modules
|
||||
mod render_context;
|
||||
mod paint_context;
|
||||
|
||||
// Rendering
|
||||
pub mod color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue