mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Draw the debugging checkerboard pattern at the correct scale
This commit is contained in:
parent
6180860906
commit
4f356fa5f2
@ -91,7 +91,7 @@ RefPtr<SkImage> PictureRasterzier::ImageFromPicture(
|
||||
|
||||
if (context.options().isEnabled(
|
||||
CompositorOptions::Option::HightlightRasterizedImages)) {
|
||||
DrawCheckerboard(canvas, desc.fWidth, desc.fHeight);
|
||||
DrawCheckerboard(canvas, backendDesc.fWidth, backendDesc.fHeight);
|
||||
}
|
||||
|
||||
// Step 4: Create an image representation from the texture
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user