mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Replace almost "render" to "paint" in layout crate.
This doesn't touch some "render" words which are used as general means.
This commit is contained in:
parent
8cee554898
commit
9cda2c3395
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
//! The layout task. Performs layout on the DOM, builds display lists and sends them to be
|
||||
//! rendered.
|
||||
//! painted.
|
||||
|
||||
use css::node_style::StyledNode;
|
||||
use construct::FlowConstructionResult;
|
||||
|
@ -825,7 +825,7 @@ impl LayoutTask {
|
|||
}
|
||||
});
|
||||
|
||||
// Build the display list if necessary, and send it to the renderer.
|
||||
// Build the display list if necessary, and send it to the painter.
|
||||
if data.goal == ReflowForDisplay {
|
||||
self.build_display_list_for_reflow(data,
|
||||
node,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue