| Index: ui/views/corewm/tooltip_aura.h
|
| diff --git a/ui/views/corewm/tooltip_aura.h b/ui/views/corewm/tooltip_aura.h
|
| index 84f8f672348ef6320672b38529b9ca88c427d776..4540c3638abbb319ac70a773a1ab03e8544f0f5c 100644
|
| --- a/ui/views/corewm/tooltip_aura.h
|
| +++ b/ui/views/corewm/tooltip_aura.h
|
| @@ -12,6 +12,7 @@
|
| #include "ui/views/widget/widget_observer.h"
|
|
|
| namespace gfx {
|
| +class RenderText;
|
| class Size;
|
| } // namespace gfx
|
|
|
| @@ -20,6 +21,9 @@ namespace views {
|
| class Widget;
|
|
|
| namespace corewm {
|
| +namespace test {
|
| +class TooltipAuraTestApi;
|
| +}
|
|
|
| // Implementation of Tooltip that shows the tooltip using a Widget and Label.
|
| class VIEWS_EXPORT TooltipAura : public Tooltip, public WidgetObserver {
|
| @@ -30,6 +34,9 @@ class VIEWS_EXPORT TooltipAura : public Tooltip, public WidgetObserver {
|
| private:
|
| class TooltipView;
|
|
|
| + friend class test::TooltipAuraTestApi;
|
| + gfx::RenderText* GetRenderTextForTest();
|
| +
|
| // Adjusts the bounds given by the arguments to fit inside the desktop
|
| // and applies the adjusted bounds to the label_.
|
| void SetTooltipBounds(const gfx::Point& mouse_pos,
|
|
|