[Webkit-unassigned] [Bug 52836] [GTK] Move scrollbar rendering out of gtk2drawing.c
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 7 10:46:16 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=52836
Gustavo Noronha (kov) <gns at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #79787|review? |review+
Flag| |
--- Comment #7 from Gustavo Noronha (kov) <gns at gnome.org> 2011-02-07 10:46:15 PST ---
(From update of attachment 79787)
View in context: https://bugs.webkit.org/attachment.cgi?id=79787&action=review
> Source/WebCore/platform/gtk/ScrollbarThemeGtk2.cpp:112
> + // properly the theme may draw not draw the thumb borders properly.
s/draw not/not/, right?
> Source/WebCore/platform/gtk/ScrollbarThemeGtk2.cpp:186
> + gfloat arrowScaling;
Xan does not approve of using g* types when they're just typedefs of the standard C ones.
> Source/WebCore/platform/gtk/WidgetRenderingContext.cpp:155
> +void WidgetRenderingContext::gtkPaintBox(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail, bool adjustAllocation)
Would it hurt to remove the bool and always perform the allocation? I mean, except for the (negligible?) extra work? It might make this more future-proof, and we can toss this additional argument.
--
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