Index: tools/PictureRenderer.h |
diff --git a/tools/PictureRenderer.h b/tools/PictureRenderer.h |
index 67392774ba192b421b9b5432474961e5d3598221..75d2afebd18749abf1702a14bc2e17a8d9c0e020 100644 |
--- a/tools/PictureRenderer.h |
+++ b/tools/PictureRenderer.h |
@@ -83,6 +83,8 @@ public: |
kQuadTree_BBoxHierarchyType, |
kRTree_BBoxHierarchyType, |
kTileGrid_BBoxHierarchyType, |
+ |
+ kLast_BBoxHierarchyType = kTileGrid_BBoxHierarchyType, |
}; |
// this uses SkPaint::Flags as a base and adds additional flags |