[Webkit-unassigned] [Bug 88398] [Skia] Use light gray for grammar markers.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 6 19:35:30 PDT 2012


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





--- Comment #4 from Hironori Bono <hbono at chromium.org>  2012-06-06 19:35:29 PST ---
(From update of attachment 145951)
View in context: https://bugs.webkit.org/attachment.cgi?id=145951&action=review

>> Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp:560
>> +            0xFF << SK_A32_SHIFT | 0xC0 << SK_R32_SHIFT | 0xC0 << SK_G32_SHIFT | 0xC0 << SK_B32_SHIFT, // Semitransparent gray
> 
> Should we have if-def for mac?

Fortunately, this file already has an if-def for Mac <http://code.google.com/searchframe#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp&exact_package=chromium&l=536>. (Mac uses green for compatibility with Safari.)

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