mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Change 'image_rendering' enum variants to snake cases
This commit is contained in:
parent
34a23b343c
commit
5fd398ec06
4 changed files with 19 additions and 18 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue