[webkit-reviews] review requested: [Bug 75467] [GTK] Fix scrollbars size with GTK+ 3.x : [Attachment 120925] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 3 03:08:23 PST 2012


Carlos Garcia Campos <cgarcia at igalia.com> has asked  for review:
Bug 75467: [GTK] Fix scrollbars size with GTK+ 3.x
https://bugs.webkit.org/show_bug.cgi?id=75467

Attachment 120925: Patch
https://bugs.webkit.org/attachment.cgi?id=120925&action=review

------- Additional Comments from Carlos Garcia Campos <cgarcia at igalia.com>
I don't like the ifs, but we can't use a switch because GTK_TYPE macros expand
to _get_type() functions and can't be used in switchs, and a static table
mapping style classes to widget stypes would call _get_type() for every widget
type.


More information about the webkit-reviews mailing list