Index: ui/gfx/text_elider.h |
diff --git a/ui/gfx/text_elider.h b/ui/gfx/text_elider.h |
index 9d77afa04f01f2437d1ce579cf4a65331c00f71d..45258959073592f0c7ad13f8f0357f6640a555a3 100644 |
--- a/ui/gfx/text_elider.h |
+++ b/ui/gfx/text_elider.h |
@@ -150,7 +150,8 @@ GFX_EXPORT int ElideRectangleText(const base::string16& text, |
float available_pixel_width, |
int available_pixel_height, |
WordWrapBehavior wrap_behavior, |
- std::vector<base::string16>* lines); |
+ std::vector<base::string16>* lines, |
+ float* max_width); |
// Truncates |string| to |length| characters. This breaks the string according |
// to the specified |break_type|, which must be either WORD_BREAK or |