mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #6230 - frewsxcv:getters-get, r=nox
Part of #6224 I certainly didn't remove all of them; I avoided `unsafe` areas and also `components/script` <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6230) <!-- Reviewable:end -->
This commit is contained in:
commit
f6fe195334
21 changed files with 62 additions and 70 deletions
|
@ -77,7 +77,7 @@ pub struct LayerProperties {
|
|||
/// The interface used by the painter to acquire draw targets for each paint frame and
|
||||
/// submit them to be drawn to the display.
|
||||
pub trait PaintListener {
|
||||
fn get_graphics_metadata(&mut self) -> Option<NativeGraphicsMetadata>;
|
||||
fn graphics_metadata(&mut self) -> Option<NativeGraphicsMetadata>;
|
||||
|
||||
/// Informs the compositor of the layers for the given pipeline. The compositor responds by
|
||||
/// creating and/or destroying paint layers as necessary.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue