[Webkit-unassigned] [Bug 26030] [Chromium] Chromium Linux ignores background color on <select>.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 2 13:23:30 PDT 2009


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30682|review?(fishd at chromium.org) |review-
               Flag|                            |




------- Comment #2 from eric at webkit.org  2009-06-02 13:23 PDT -------
(From update of attachment 30682)
Style issues.  no { } on single line ifs.

Don't we have a more efficient way to set this?

paint.setARGB(o->style()->backgroundColor().alpha(),
o->style()->backgroundColor().red(), o->style()->backgroundColor().green(),
o->style()->backgroundColor().blue());

There should be a way to pass a Color object to a SkPaint, I'm sure we have
such a function somewhere.  color has a .rgb() accessor which probably returns
a skpaint compatible int.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list