| Index: gm/gmmain.cpp
|
| diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp
|
| index b73971441c78e7590a01776597534e213d8fde8b..994339829e2e856a25a5fb2b4668bc24d1be4321 100644
|
| --- a/gm/gmmain.cpp
|
| +++ b/gm/gmmain.cpp
|
| @@ -1671,8 +1671,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
|
|
|