| Index: ui/gfx/break_list.h
|
| diff --git a/ui/gfx/break_list.h b/ui/gfx/break_list.h
|
| index 932d5452708da5d4a83604fd0f67f948c4af7118..4b549fcb8dddc6b027616eb914b06c40c4c87aea 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);
|
|
|