Chromium Code Reviews| Index: src/list.h |
| diff --git a/src/list.h b/src/list.h |
| index 43d982f687a7b37bfe55a128f47e9e8ee8c12eea..2869f2c2d726bc92a56dccbd308d02149ec761ee 100644 |
| --- a/src/list.h |
| +++ b/src/list.h |
| @@ -163,6 +163,7 @@ class List { |
| // Sort all list entries (using QuickSort) |
| void Sort(int (*cmp)(const T* x, const T* y)); |
| void Sort(); |
| + void SortBetter(); |
| INLINE(void Initialize(int capacity, |
| AllocationPolicy allocator = AllocationPolicy())); |