summaryrefslogtreecommitdiffstats
path: root/views/widget/tooltip_manager_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/tooltip_manager_win.h')
-rw-r--r--views/widget/tooltip_manager_win.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/views/widget/tooltip_manager_win.h b/views/widget/tooltip_manager_win.h
index b2213c3..7b8f467 100644
--- a/views/widget/tooltip_manager_win.h
+++ b/views/widget/tooltip_manager_win.h
@@ -108,16 +108,6 @@ class TooltipManagerWin : public TooltipManager {
// positive value.
int CalcTooltipHeight();
- // Trims the tooltip to fit, setting text to the clipped result, width to the
- // width (in pixels) of the clipped text and line_count to the number of lines
- // of text in the tooltip.
- void TrimTooltipToFit(std::wstring* text,
- int* width,
- int* line_count,
- int position_x,
- int position_y,
- HWND window);
-
// Invoked when the timer elapses and tooltip has to be destroyed.
void DestroyKeyboardTooltipWindow(HWND window_to_destroy);