Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: tools/PictureRenderer.cpp

Issue 316143003: Remove SkPicture::kUsePathBoundsForClip_RecordingFlag (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add suppression for fixed GM Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/PictureRenderer.h ('k') | tools/bench_playback.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
*
« no previous file with comments | « tools/PictureRenderer.h ('k') | tools/bench_playback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698