aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-transforms/parsing/transform-box-valid.html
diff options
context:
space:
mode:
authorsagudev <16504129+sagudev@users.noreply.github.com>2025-05-01 16:18:56 +0200
committerGitHub <noreply@github.com>2025-05-01 14:18:56 +0000
commit5cdb0865ba79c4d24858cf95beb9bbe9c5201afd (patch)
treed3547997f9dbca939bf884c7ac316d00c088a57d /tests/wpt/web-platform-tests/css/css-transforms/parsing/transform-box-valid.html
parent0d21992edd8783e2e9b5c224fdd60a4e8e3a193e (diff)
downloadservo-main.tar.gz
servo-main.zip
canvas: rename `snapshot(_data)` to `surface() -> SourceSurface`/`bytes() -> AsRef<[u8]>` (#36793)HEADmain
`surface()` returns `SourceSurface` which is/was meant as optimization when passing from canvas to canvas (in vello that would be wgpu texture; but raquote does not really have this) while bytes returns something that must impl AsRef<[u8]> (this is more generic then `&[u8]` as it allows us to have type with drop impl - wgpu's BufferView). Testing: This is just refactoring (protected by rust), but there are WPT tests. Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-transforms/parsing/transform-box-valid.html')
0 files changed, 0 insertions, 0 deletions