summaryrefslogtreecommitdiffstats
path: root/ui/wm/public
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2016-01-26 17:30:36 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-27 01:31:58 +0000
commitfb33c340bd50b0e8a5c874e5d7c10a6361cee126 (patch)
treebb7a28d9d333accda14d8cbce5d9c6e7b4f51698 /ui/wm/public
parentbfe14dd182c7c660eb27265dfeec462768af2422 (diff)
downloadchromium_src-fb33c340bd50b0e8a5c874e5d7c10a6361cee126.zip
chromium_src-fb33c340bd50b0e8a5c874e5d7c10a6361cee126.tar.gz
chromium_src-fb33c340bd50b0e8a5c874e5d7c10a6361cee126.tar.bz2
Remove ui/gfx/screen_type_delegate.h
This removes gfx::SCREEN_TYPE_NATIVE/SCREEN_TYPE_ALTERNATE, and there is now only one Screen instance. It's still a runtime-installed thing for test purposes. TBR=various owners for trivial changes R=oshima@chromium.org, sky@chromium.org BUG=558054 Review URL: https://codereview.chromium.org/1608733002 Cr-Commit-Position: refs/heads/master@{#371676}
Diffstat (limited to 'ui/wm/public')
-rw-r--r--ui/wm/public/tooltip_client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/wm/public/tooltip_client.h b/ui/wm/public/tooltip_client.h
index f58a63e..7709515 100644
--- a/ui/wm/public/tooltip_client.h
+++ b/ui/wm/public/tooltip_client.h
@@ -21,8 +21,7 @@ class ScopedTooltipDisabler;
class AURA_EXPORT TooltipClient {
public:
// Returns the max width of the tooltip when shown at the specified location.
- virtual int GetMaxWidth(const gfx::Point& point,
- aura::Window* context) const = 0;
+ virtual int GetMaxWidth(const gfx::Point& point) const = 0;
// Informs the shell tooltip manager of change in tooltip for window |target|.
virtual void UpdateTooltip(Window* target) = 0;