[webkit-dev] Background color issue

xfdbse xfdbse at 163.com
Mon Apr 27 20:20:24 PDT 2009


Had solved.

Thanks all.

In following function:

void FrameLoaderClient::transitionToCommittedForNewPage()

-------- Original Message --------
Subject: [webkit-dev] Background color issue
From: Xiong <browserwk at gmail.com>
To: webkit-dev at lists.webkit.org
Date: 2009年04月27日 星期一 17时19分29秒
> Dear all,
>
> I am working webkit over directfb backend on arm platform - using
> GtkLauncher.
>
> The problem I face is that the background color of loading image is
> always WHITE, i am really want to be BLACK.
>
> BTW:
> I use the gtk_widget_modify_bg() to change color of GTKWINDOW and
> WebKitWebView,
> but it looks like valueless.
>
> Also, i connect to "expose-event" signal for WebKitWebView and setting
> the background color in following code:
> [
> cairo_set_source_rgb(cr, 0, 0, 0);
> cairo_paint(cr);
> ]
> This way was failed also.
>
> The Gtk+ API does not change the background color, so may be the
> webkit kernel do something i think.
>
> Any ideas where to look to fix this issue ?
>
> Appreciate any clues~
>
> -Xiong
> ------------------------------------------------------------------------
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090428/4e821692/attachment.html>


More information about the webkit-dev mailing list