mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
doc: Add doc for compositor/webview/embedder related to window/rect/inner_size/rendering_context (#38110)
Add docs before actually fixing #38089, #38090, #37978, #38093. Testing: Just adding docs. --------- Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
parent
345733a5c5
commit
fe2c13c777
6 changed files with 10 additions and 5 deletions
|
@ -40,6 +40,7 @@ pub trait WindowPortsMethods {
|
|||
fn winit_window(&self) -> Option<&winit::window::Window>;
|
||||
fn toolbar_height(&self) -> Length<f32, DeviceIndependentPixel>;
|
||||
fn set_toolbar_height(&self, height: Length<f32, DeviceIndependentPixel>);
|
||||
/// This returns [`RenderingContext`] matching the viewport.
|
||||
fn rendering_context(&self) -> Rc<dyn RenderingContext>;
|
||||
fn show_ime(
|
||||
&self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue