Index: ui/gfx/break_list.h |
diff --git a/ui/gfx/break_list.h b/ui/gfx/break_list.h |
index 770386e9020695d851c4e30ca1d2ebf576060d88..6cf844f4067f61da7dd228c47029848345376f19 100644 |
--- a/ui/gfx/break_list.h |
+++ b/ui/gfx/break_list.h |
@@ -44,6 +44,7 @@ class BreakList { |
// Set the max position and trim any breaks at or beyond that position. |
void SetMax(size_t max); |
+ size_t max() const { return max_; } |
// Get the break applicable to |position| (at or preceeding |position|). |
typename std::vector<Break>::iterator GetBreak(size_t position); |