mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Change old references of ecoal95
This commit is contained in:
parent
8e61a8a974
commit
5ed93a5c4a
6 changed files with 10 additions and 11 deletions
|
@ -206,7 +206,7 @@ impl HTMLCanvasElement {
|
|||
CanvasData::Pixels(pixel_data)
|
||||
=> pixel_data.image_data.to_vec(),
|
||||
CanvasData::WebGL(_)
|
||||
// TODO(ecoal95): Not sure if WebGL canvas is required for 2d spec,
|
||||
// TODO(emilio): Not sure if WebGL canvas is required for 2d spec,
|
||||
// but I think it's not.
|
||||
=> return None,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue