[Webkit-unassigned] [Bug 40848] [Chromium] Show scrollbar steppers on Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 00:00:57 PDT 2010


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #59260|review?                     |review-
               Flag|                            |




--- Comment #6 from Kent Tamura <tkent at chromium.org>  2010-06-22 00:00:56 PST ---
(From update of attachment 59260)
WebCore/platform/chromium/ScrollbarThemeChromiumLinux.cpp:86
 +        drawHorizLine(canvas, rect.x(), right, rect.y(), paint);
Indentatio is incorrect.


WebCore/platform/chromium/ScrollbarThemeChromiumLinux.cpp:88
 +        drawVertLine(canvas, right, rect.y(), bottom, paint);
ditto.


WebCore/platform/chromium/ScrollbarThemeChromiumLinux.cpp:90
 +        drawHorizLine(canvas, rect.x(), right, bottom, paint);
ditto.


WebCore/platform/chromium/ScrollbarThemeChromiumLinux.cpp:92
 +        drawVertLine(canvas, rect.x(), rect.y(), bottom, paint);
ditto.


I also think a screenshot is helpful.

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