Chromium Code Reviews| Index: ui/gfx/geometry/r_tree.h |
| diff --git a/ui/gfx/geometry/r_tree.h b/ui/gfx/geometry/r_tree.h |
| index 7eb69917364e646e078332cab9a115d1e91c41cd..39b6469c29c4d1a15e1d3096b31f40e6ebf1da22 100644 |
| --- a/ui/gfx/geometry/r_tree.h |
| +++ b/ui/gfx/geometry/r_tree.h |
| @@ -27,6 +27,7 @@ namespace gfx { |
| // N Beckmann, H-P Kriegel, R Schneider, B Seeger 'The R*-tree: an efficient and |
| // robust access method for points and rectangles', Proc ACM SIGMOD Int Conf on |
| // Management of Data, 322-331, 1990 |
| +// |
|
Peter Kasting
2014/04/30 23:09:21
Nit: Adding a blank comment line here seems slight
luken
2014/04/30 23:20:18
Yeah, I needed to change something to include this
Peter Kasting
2014/05/02 18:04:57
Cool, no worries.
luken
2014/05/08 00:00:08
Removed the blank comment line.
|
| class GFX_EXPORT RTree { |
| public: |
| RTree(size_t min_children, size_t max_children); |