[Webkit-unassigned] [Bug 27861] New: [Chromium] remove ChromeClientChromium::setToolTip()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 30 15:42:11 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27861

           Summary: [Chromium] remove ChromeClientChromium::setToolTip()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xji at chromium.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list