mirror of
https://github.com/servo/servo.git
synced 2025-08-24 06:45:33 +01:00
Remove 'get_*' on getters as per RFC 0344 on various components
This commit is contained in:
parent
2733060564
commit
7320433cca
30 changed files with 167 additions and 168 deletions
|
@ -1272,7 +1272,7 @@ impl<'a> PaintContext<'a> {
|
|||
self.create_draw_target_for_blur_if_necessary(&text.base.bounds, text.blur_radius);
|
||||
{
|
||||
// FIXME(https://github.com/rust-lang/rust/issues/23338)
|
||||
let font = self.font_context.get_paint_font_from_template(
|
||||
let font = self.font_context.paint_font_from_template(
|
||||
&text.text_run.font_template, text.text_run.actual_pt_size);
|
||||
font.borrow()
|
||||
.draw_text(&temporary_draw_target.draw_target,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue