[Webkit-unassigned] [Bug 39582] [Gtk] very slow page scrolling on big -webkit-box-shadow areas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 9 04:44:22 PDT 2010


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





--- Comment #14 from Alejandro G. Castro <alex at igalia.com>  2010-08-09 04:44:21 PST ---
(In reply to comment #13)
> >              cairo_restore(shadowCr);
> >          }
> >          cairo_translate(cr, 0.0, -extents.height);
> > -        context->createPlatformShadow(shadowBuffer.release(), shadowColor, shadowRect, radius);
> > +        context->createPlatformShadow(shadowBuffer.release(), shadowColor, shadowRect, radius, true);
> 
> This is a great example of why boolean parameters are bad. I've no idea what 'true' means when reading this code.
> An enum is better.

I agree, I'll replace it.

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