Change old references of ecoal95

This commit is contained in:
Emilio Cobos Álvarez 2016-03-23 16:57:53 +01:00
parent 8e61a8a974
commit 5ed93a5c4a
6 changed files with 10 additions and 11 deletions

View file

@ -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,
}