[Webkit-unassigned] [Bug 126296] New: Remove hardcoded composition background color; use RenderStyle::compositionFillColor()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 30 10:25:44 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=126296
Summary: Remove hardcoded composition background color; use
RenderStyle::compositionFillColor()
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dbates at webkit.org
We should remove the hardcoded composition background color in InlineTextBox::paintCompositionBackground(), <http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/InlineTextBox.cpp?rev=160951#L792> used by non-iOS ports. Instead we should always query RenderStyle::compositionFillColor() for this color. We may also need to support a platform-specific default composition background color.
--
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