| Index: src/core/SkBBoxHierarchy.h
|
| diff --git a/src/core/SkBBoxHierarchy.h b/src/core/SkBBoxHierarchy.h
|
| index aee8af5d7daa516237e3d60d79b54d19df13507c..f925a91940562ee1c1f1acda892648491bec146c 100644
|
| --- a/src/core/SkBBoxHierarchy.h
|
| +++ b/src/core/SkBBoxHierarchy.h
|
| @@ -24,9 +24,8 @@ public:
|
|
|
| /**
|
| * Insert N bounding boxes into the hierarchy.
|
| - * The SkBBoxHierarchy may take ownership of boundsArray by calling detach().
|
| */
|
| - virtual void insert(SkAutoTMalloc<SkRect>* boundsArray, int N) = 0;
|
| + virtual void insert(const SkRect[], int N) = 0;
|
|
|
| /**
|
| * Populate results with the indices of bounding boxes interesecting that query.
|
|
|