| Index: tools/PictureRenderer.cpp
|
| diff --git a/tools/PictureRenderer.cpp b/tools/PictureRenderer.cpp
|
| index 0343460e3205bd6ed8901bc9d7acf9496ab05de9..d337a5ebb7df295c0828ed3bf2f6bcc0d8c36b34 100644
|
| --- a/tools/PictureRenderer.cpp
|
| +++ b/tools/PictureRenderer.cpp
|
| @@ -256,12 +256,6 @@ void PictureRenderer::purgeTextures() {
|
| #endif
|
| }
|
|
|
| -uint32_t PictureRenderer::recordFlags() {
|
| - return (kNone_BBoxHierarchyType == fBBoxHierarchyType)
|
| - ? 0
|
| - : SkPicture::kUsePathBoundsForClip_RecordingFlag;
|
| -}
|
| -
|
| /**
|
| * Write the canvas to an image file and/or JSON summary.
|
| *
|
|
|