Bug 49917

Summary: [Qt] GraphicsContext::savePlatformState() shouldn't be creating ContextShadow when unnecessary
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Qt, QtTriaged
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Andreas Kling
Reported 2010-11-22 09:27:46 PST
We currently create a new (copied) ContextShadow every time savePlatformState() is called. This is fairly expensive, so we should find a way to avoid it.
Attachments
Andreas Kling
Comment 1 2011-08-23 08:20:34 PDT
This issue was fixed in the move to ShadowBlur.
Note You need to log in before you can comment on or make changes to this bug.