Chromium Code Reviews| Index: src/core/SkBBoxHierarchy.h |
| diff --git a/src/core/SkBBoxHierarchy.h b/src/core/SkBBoxHierarchy.h |
| index 62b22d80e61f5ca8f64946aab6faf39e4d2e3494..3c0e3251ab0960acc9f2f86bd27874415eafe73c 100644 |
| --- a/src/core/SkBBoxHierarchy.h |
| +++ b/src/core/SkBBoxHierarchy.h |
| @@ -69,6 +69,11 @@ public: |
| virtual int getCount() const = 0; |
| /** |
| + * Gets the depth of the tree structure |
|
reed1
2014/01/29 16:58:28
Questions for the dox:
What is this used for?
Wha
sugoi1
2014/01/29 18:21:54
Done.
|
| + */ |
| + virtual int getDepth() const = 0; |
| + |
| + /** |
| * Rewinds all the most recently inserted data elements until an element |
| * is encountered for which client->shouldRewind(data) returns false. May |
| * not rewind elements that were inserted prior to the last call to |