| Index: src/core/SkRTree.cpp
|
| diff --git a/src/core/SkRTree.cpp b/src/core/SkRTree.cpp
|
| index e3d2eb696d0ef1dd4982b583823416f20f351c3d..253a7ee1d44f53b51989b8d0cf879e5c168fca89 100644
|
| --- a/src/core/SkRTree.cpp
|
| +++ b/src/core/SkRTree.cpp
|
| @@ -16,8 +16,6 @@ static inline void join_no_empty_check(const SkIRect& joinWith, SkIRect* out);
|
|
|
| ///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
| -SK_DEFINE_INST_COUNT(SkRTree)
|
| -
|
| SkRTree* SkRTree::Create(int minChildren, int maxChildren, SkScalar aspectRatio,
|
| bool sortWhenBulkLoading) {
|
| if (minChildren < maxChildren && (maxChildren + 1) / 2 >= minChildren &&
|
|
|