[webkit-reviews] review requested: [Bug 14008]
RenderTextControl.cpp hard-codes scrollbar size to 15 pixels
: [Attachment 14874] simple patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 5 20:42:24 PDT 2007
MorganL <morganl.webkit at yahoo.com> has asked for review:
Bug 14008: RenderTextControl.cpp hard-codes scrollbar size to 15 pixels
http://bugs.webkit.org/show_bug.cgi?id=14008
Attachment 14874: simple patch
http://bugs.webkit.org/attachment.cgi?id=14874&action=edit
------- Additional Comments from MorganL <morganl.webkit at yahoo.com>
I went with the simpler version of the patch since other code in rendering/
invokes PlatformScrollbar::horizontalScrollbarHeight()/verticalScrollbarWidth()
Moreover, this ends up not being a real code change since it's just replacing a
hard-coded 15 with a static function that returns 15 (on Mac).
More information about the webkit-reviews
mailing list