mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Changed the two instances of `euclid::default::Size2D<u64>` in `servo/components/script/canvas_context.rs` and `servo/components/shared/snapshot/lib.rs` that were outlined as the bare minimum in "Make canvas/context/snapshot size be u32 everywhere" to `euclid::default::Size2D<u32>`. Every other change made in this commit is either: - of similar nature, and is the minimum that would allow compilation - resolving lints triggered by the former More might be needed to complete the issue, but I feel like this is a good starting point. This commit includes changes to the following components: - canvas - pixels - script - shared/canvas - shared/snapshot Signed-off-by: hashcatHitman <155700084+hashcatHitman@users.noreply.github.com> |
||
---|---|---|
.. | ||
fakexrdevice.rs | ||
fakexrinputcontroller.rs | ||
mod.rs | ||
xrboundedreferencespace.rs | ||
xrcompositionlayer.rs | ||
xrcubelayer.rs | ||
xrcylinderlayer.rs | ||
xrequirectlayer.rs | ||
xrframe.rs | ||
xrhand.rs | ||
xrhittestresult.rs | ||
xrhittestsource.rs | ||
xrinputsource.rs | ||
xrinputsourcearray.rs | ||
xrinputsourceevent.rs | ||
xrinputsourceschangeevent.rs | ||
xrjointpose.rs | ||
xrjointspace.rs | ||
xrlayer.rs | ||
xrlayerevent.rs | ||
xrmediabinding.rs | ||
xrpose.rs | ||
xrprojectionlayer.rs | ||
xrquadlayer.rs | ||
xrray.rs | ||
xrreferencespace.rs | ||
xrreferencespaceevent.rs | ||
xrrenderstate.rs | ||
xrrigidtransform.rs | ||
xrsession.rs | ||
xrsessionevent.rs | ||
xrspace.rs | ||
xrsubimage.rs | ||
xrsystem.rs | ||
xrtest.rs | ||
xrview.rs | ||
xrviewerpose.rs | ||
xrviewport.rs | ||
xrwebglbinding.rs | ||
xrwebgllayer.rs | ||
xrwebglsubimage.rs |