| Index: gm/gmmain.cpp
|
| diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp
|
| index 6d3f619b98900f2b81db968f2fbd7a8d2185e6cd..37237695c04a60f02c79a96d88bfd11823df5ee5 100644
|
| --- a/gm/gmmain.cpp
|
| +++ b/gm/gmmain.cpp
|
| @@ -1669,8 +1669,7 @@ ErrorCombination run_multiple_modes(GMMain &gmmain, GM *gm, const ConfigData &co
|
| // result that can be validated against comparisonBitmap.
|
| SkScalar recordScale = SkScalarInvert(replayScale);
|
| SkPicture* pict = gmmain.generate_new_picture(
|
| - gm, kTileGrid_BbhType, SkPicture::kUsePathBoundsForClip_RecordingFlag,
|
| - recordScale);
|
| + gm, kTileGrid_BbhType, 0, recordScale);
|
| SkAutoUnref aur(pict);
|
| SkBitmap bitmap;
|
| // We cannot yet pass 'true' to generate_image_from_picture to
|
|
|