mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
@ -294,5 +294,5 @@ pub trait CompositorEventListener {
|
|||
fn shutdown(&mut self);
|
||||
fn pinch_zoom_level(&self) -> f32;
|
||||
/// Requests that the compositor send the title for the main frame as soon as possible.
|
||||
fn get_title_for_main_frame(&self);
|
||||
fn title_for_main_frame(&self);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue