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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.h

Issue 2681803002: blink: clear tooltips on frame leaves (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/core/page/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 66b4ea068a595c666b9eeeb98090f4f84fb59eb6..09ae10baf25b5c7e4335daa2570aae3842c98752 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -204,6 +204,7 @@ class CORE_EXPORT ChromeClient : public HostWindow {
virtual void layoutUpdated(LocalFrame*) const {}
void mouseDidMoveOverElement(LocalFrame&, const HitTestResult&);
+ void mouseDidLeave(LocalFrame&);
virtual void setToolTip(LocalFrame&, const String&, TextDirection) = 0;
void clearToolTip(LocalFrame&);

Powered by Google App Engine
This is Rietveld 408576698