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

Unified Diff: ui/aura/client/tooltip_client.h

Issue 8780001: aura: Make aura::TooltipClient completely static? (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged with upstream Created 9 years 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/aura/client/tooltip_client.h
diff --git a/ui/aura/client/tooltip_client.h b/ui/aura/client/tooltip_client.h
index eb6db2cb86093516758b73f95f485a3c7c2c3fb3..5db82f743368f96e9ea9119aed2a8b5a1364eccc 100644
--- a/ui/aura/client/tooltip_client.h
+++ b/ui/aura/client/tooltip_client.h
@@ -24,7 +24,7 @@ class AURA_EXPORT TooltipClient {
static int GetMaxWidth(int x, int y);
// Informs the shell tooltip manager of change in tooltip for window |target|.
- virtual void UpdateTooltip(Window* target) = 0;
+ static void UpdateTooltip(Window* target);
};
} // namespace aura

Powered by Google App Engine
This is Rietveld 408576698