Index: ui/gfx/break_list.h |
diff --git a/ui/gfx/break_list.h b/ui/gfx/break_list.h |
index 770386e9020695d851c4e30ca1d2ebf576060d88..b3e5ea323cc8d3367d2055895757f46026e823ab 100644 |
--- a/ui/gfx/break_list.h |
+++ b/ui/gfx/break_list.h |
@@ -36,6 +36,8 @@ class BreakList { |
const std::vector<Break>& breaks() const { return breaks_; } |
+ size_t max() const { return max_; } |
+ |
// Clear the breaks and set a break at position 0 with the supplied |value|. |
void SetValue(T value); |