Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: ui/views/corewm/tooltip_aura.h

Issue 213833018: Aura tooltips do not move on mouse move in case of many neighboring views with the same label (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Write unit test for the case when a tooltip moves from one view to another with the same tooltip bu… Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/corewm/tooltip_aura.h
diff --git a/ui/views/corewm/tooltip_aura.h b/ui/views/corewm/tooltip_aura.h
index dfbd9a893d2e1c773bdc144a45eb841cc4ab3097..4e483b0eaef62bc78d8e214f989b87db9f71cfef 100644
--- a/ui/views/corewm/tooltip_aura.h
+++ b/ui/views/corewm/tooltip_aura.h
@@ -62,6 +62,7 @@ class VIEWS_EXPORT TooltipAura : public Tooltip, public WidgetObserver {
virtual void Show() OVERRIDE;
virtual void Hide() OVERRIDE;
virtual bool IsVisible() OVERRIDE;
+ virtual gfx::Point GetTooltipPosition() OVERRIDE;
// WidgetObserver:
virtual void OnWidgetDestroying(Widget* widget) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698