mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Replace almost "render" to "paint" words in gfx crate.
This commit is contained in:
parent
4d562f893c
commit
f04c64f500
9 changed files with 57 additions and 57 deletions
|
@ -12,7 +12,7 @@ use std::hash::sip::SipState;
|
|||
use std::mem;
|
||||
|
||||
/// This is a struct used to store buffers when they are not in use.
|
||||
/// The render task can quickly query for a particular size of buffer when it
|
||||
/// The paint task can quickly query for a particular size of buffer when it
|
||||
/// needs it.
|
||||
pub struct BufferMap {
|
||||
/// A HashMap that stores the Buffers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue