diff --git a/sky/compositor/picture_rasterizer.cc b/sky/compositor/picture_rasterizer.cc index 0b629523675..bffff1e278a 100644 --- a/sky/compositor/picture_rasterizer.cc +++ b/sky/compositor/picture_rasterizer.cc @@ -91,7 +91,7 @@ RefPtr 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