[Webkit-unassigned] [Bug 28931] [chromium] Linux: Expose functions to set the caret blink interval
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 3 00:18:16 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28931
--- Comment #4 from Joel Stanley <joel at jms.id.au> 2009-09-03 00:18:16 PDT ---
(In reply to comment #3)
> (From update of attachment 38962 [details])
> RenderTheme is private to WebCore, how is WebKit ever going to use this method
> to set this interval? It seems to me that we would need a different way to
> pumb this down into WebCore, no?
I don't understand. Is this not possible, or the wrong way to do it?
The chromium side of this patch is: http://codereview.chromium.org/186009/show
The user is in webkit/glue/webview_impl.cc:
void WebViewImpl::SetCaretBlinkInterval(double interval) {
reinterpret_cast<RenderThemeChromiumLinux*>(theme())->
setCaretBlinkInterval(interval);
}
--
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