RESOLVED FIXED Bug 27861
[commit+] [Chromium] remove ChromeClientChromium::setToolTip()
https://bugs.webkit.org/show_bug.cgi?id=27861
Summary [commit+] [Chromium] remove ChromeClientChromium::setToolTip()
Xiaomei Ji
Reported 2009-07-30 15:42:11 PDT
This is a follow-up of Webkit patch for issue 24187 -- RTL: tooltip does not get its directionality from its element's directionality. In the above patch, Webkit passed in both tooltip text and its element directionality to client. To make Chromium build OK after the signature change in Webkit, an overloaded virtual function ChromeClientChromium::setToolTip(const String&, TextDirection) was introduced. Now since Chrome changed its signature in its Webkit glue layer (ChromeClientImpl::setToolTip()), the overloaded ChromeClientChromium::setToolTip() is no longer needed.
Attachments
patch (1.41 KB, patch)
2009-07-30 16:00 PDT, Xiaomei Ji
mitz: review+
Xiaomei Ji
Comment 1 2009-07-30 16:00:13 PDT
Adam Barth
Comment 2 2009-07-31 23:11:04 PDT
Appears to have already been landed. Please close the bug when you land something.
Note You need to log in before you can comment on or make changes to this bug.