Change 'image_rendering' enum variants to snake cases

This commit is contained in:
Ravi Shankar 2016-10-07 22:15:20 +05:30
parent 34a23b343c
commit 5fd398ec06
4 changed files with 19 additions and 18 deletions

View file

@ -1331,7 +1331,7 @@ impl FragmentDisplayListBuilding for Fragment {
},
stretch_size: stacking_relative_content_box.size,
tile_spacing: Size2D::zero(),
image_rendering: image_rendering::T::Auto,
image_rendering: image_rendering::T::auto,
})
}
CanvasData::WebGL(context_id) => {