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

Side by Side Diff: trunk/src/ui/gfx/geometry/r_tree.cc

Issue 338833004: Revert 276827 "readability review for luken" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « trunk/src/ui/gfx/geometry/r_tree.h ('k') | trunk/src/ui/gfx/geometry/r_tree_base.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/gfx/geometry/r_tree.h" 5 #include "ui/gfx/geometry/r_tree.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 #include <limits> 8 #include <limits>
9 9
10 #include "base/logging.h" 10 #include "base/logging.h"
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 int starting_level = -1; 741 int starting_level = -1;
742 InsertNode(orphans[i], &starting_level); 742 InsertNode(orphans[i], &starting_level);
743 } 743 }
744 744
745 // Clear out the orphans list without deleting any of the children, as they 745 // Clear out the orphans list without deleting any of the children, as they
746 // have been re-inserted into the tree. 746 // have been re-inserted into the tree.
747 orphans.weak_clear(); 747 orphans.weak_clear();
748 } 748 }
749 749
750 } // namespace gfx 750 } // namespace gfx
OLDNEW
« no previous file with comments | « trunk/src/ui/gfx/geometry/r_tree.h ('k') | trunk/src/ui/gfx/geometry/r_tree_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698