Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Unified Diff: ui/gfx/geometry/r_tree.h

Issue 269513002: readability review for luken (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gfx/geometry/r_tree.cc » ('j') | ui/gfx/geometry/r_tree.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | ui/gfx/geometry/r_tree.cc » ('j') | ui/gfx/geometry/r_tree.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698