| Index: ui/views/widget/tooltip_manager.h
|
| diff --git a/ui/views/widget/tooltip_manager.h b/ui/views/widget/tooltip_manager.h
|
| index b8759a9ec616baeac00deb89fc43b0e2a7da43db..c1f2e59564ed66e083fdb8002747f79a1215a872 100644
|
| --- a/ui/views/widget/tooltip_manager.h
|
| +++ b/ui/views/widget/tooltip_manager.h
|
| @@ -53,7 +53,7 @@ class VIEWS_EXPORT TooltipManager {
|
| // location of the tooltip in screen coordinates. |context| is used to
|
| // determine which gfx::Screen should be used.
|
| static void TrimTooltipToFit(string16* text,
|
| - int* max_width,
|
| + float* max_width,
|
| int* line_count,
|
| int x,
|
| int y,
|
|
|