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

Unified Diff: ui/views/widget/tooltip_manager.h

Issue 1608733002: Remove ui/gfx/screen_type_delegate.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-4
Patch Set: GetNativeScreen Created 4 years, 11 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/widget/tooltip_manager.h
diff --git a/ui/views/widget/tooltip_manager.h b/ui/views/widget/tooltip_manager.h
index 4287fc53d6ad4771c9fd36b7f33581b624be00e8..de5ca00d2207ca7344d6140892f530c826952451 100644
--- a/ui/views/widget/tooltip_manager.h
+++ b/ui/views/widget/tooltip_manager.h
@@ -39,10 +39,8 @@ class VIEWS_EXPORT TooltipManager {
virtual ~TooltipManager() {}
// Returns the maximum width of the tooltip. |point| gives the location
- // the tooltip is to be displayed on in screen coordinates. |context| is
- // used to determine which gfx::Screen should be used.
- virtual int GetMaxWidth(const gfx::Point& location,
- gfx::NativeView context) const = 0;
+ // the tooltip is to be displayed on in screen coordinates.
+ virtual int GetMaxWidth(const gfx::Point& location) const = 0;
// Returns the font list used for tooltips.
virtual const gfx::FontList& GetFontList() const = 0;

Powered by Google App Engine
This is Rietveld 408576698