RESOLVED FIXED 53472
Clean up ShadowBlur
https://bugs.webkit.org/show_bug.cgi?id=53472
Summary Clean up ShadowBlur
Simon Fraser (smfr)
Reported 2011-01-31 21:05:58 PST
Clean up ShadowBlur
Attachments
Patch (14.20 KB, patch)
2011-01-31 21:10 PST, Simon Fraser (smfr)
sam: review+
Simon Fraser (smfr)
Comment 1 2011-01-31 21:10:39 PST
Sam Weinig
Comment 2 2011-01-31 21:18:01 PST
Comment on attachment 80714 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=80714&action=review > Source/WebCore/platform/graphics/ShadowBlur.cpp:427 > + shadowContext->setFillColor(Color(.0f, .0f, .0f, 1.f), ColorSpaceDeviceRGB); This doesn't need to use the float Color constructor anymore. > Source/WebCore/platform/graphics/ShadowBlur.cpp:487 > + shadowContext->setFillColor(Color(.0f, .0f, .0f, 1.f), ColorSpaceDeviceRGB); Nor here.
Simon Fraser (smfr)
Comment 3 2011-01-31 21:20:17 PST
Simon Fraser (smfr)
Comment 4 2011-01-31 21:33:37 PST
Note You need to log in before you can comment on or make changes to this bug.