diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/servo/layout/layout.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/servo/layout/layout.rs b/src/servo/layout/layout.rs index 1379ebf4c8a..70a38ef0dba 100644 --- a/src/servo/layout/layout.rs +++ b/src/servo/layout/layout.rs @@ -1,6 +1,7 @@ #[doc = " -Builds display lists on request and passes them to the renderer +The layout task. Performs layout on the dom, builds display lists and sends +them to be rendered "]; |