Index: tools/PictureRenderer.cpp |
diff --git a/tools/PictureRenderer.cpp b/tools/PictureRenderer.cpp |
index 2730a23f52c4f334b377606256c8ed16595b9a56..c53bd08265a6e477215c7a9658c0c277d561dbd5 100644 |
--- a/tools/PictureRenderer.cpp |
+++ b/tools/PictureRenderer.cpp |
@@ -790,8 +790,9 @@ public: |
static const int kRTreeMaxChildren = 11; |
SkScalar aspectRatio = SkScalarDiv(SkIntToScalar(fWidth), |
SkIntToScalar(fHeight)); |
+ bool sortDraws = false; |
return SkRTree::Create(kRTreeMinChildren, kRTreeMaxChildren, |
- aspectRatio); |
+ aspectRatio, sortDraws); |
} |
}; |