From 5a1a56507b49f9747e3899041033c24b00ead7a3 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Tue, 6 Aug 2013 13:05:35 -0700 Subject: [PATCH] add comment re: clipping rect --- src/components/main/constellation.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/main/constellation.rs b/src/components/main/constellation.rs index c0f28d642e2..a6f1b6f9a40 100644 --- a/src/components/main/constellation.rs +++ b/src/components/main/constellation.rs @@ -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>, }