mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
add comment re: clipping rect
This commit is contained in:
parent
f514a8b36a
commit
5a1a56507b
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ impl Clone for FrameTree {
|
|||
|
||||
struct ChildFrameTree {
|
||||
frame_tree: @mut FrameTree,
|
||||
/// Clipping rect representing the size and position, in page coordinates, of the visible
|
||||
/// region of the child frame relative to the parent.
|
||||
rect: Option<Rect<f32>>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue