[Webkit-unassigned] [Bug 63451] [GTK] Embedded GtkWidgets are not drawn

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 07:35:50 PST 2012


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #126053|review?                     |review+
               Flag|                            |




--- Comment #15 from Martin Robinson <mrobinson at webkit.org>  2012-02-08 07:35:49 PST ---
(From update of attachment 126053)
View in context: https://bugs.webkit.org/attachment.cgi?id=126053&action=review

> Source/WebKit/gtk/webkit/webkitwebview.cpp:672
> +    /* Chaining up to the parent forces child widgets to be drawn. */
> +    GTK_WIDGET_CLASS(webkit_web_view_parent_class)->draw(widget, cr);
> +

You removed the ::paint method for GTK+ 2.x, but you did not chain up in webkit_web_view_expose. We use C++ style comments usually. :) No worries though. I will fix those two minor issues and land this patch. Thank you for taking the time to investigate this issue!

-- 
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