summaryrefslogtreecommitdiffstats
path: root/native/src/renderer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/renderer.rs')
-rw-r--r--native/src/renderer.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/src/renderer.rs b/native/src/renderer.rs
index 29a091a4..d986141f 100644
--- a/native/src/renderer.rs
+++ b/native/src/renderer.rs
@@ -57,6 +57,8 @@ pub trait Renderer: Sized {
element.layout(self, limits)
}
+ /// Overlays the `overlay` output with the given bounds on top of the `base`
+ /// output.
fn overlay(
&mut self,
base: Self::Output,