| 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&);
|
|
|
|
|