Bug 49917 - [Qt] GraphicsContext::savePlatformState() shouldn't be creating ContextShadow when unnecessary
Summary: [Qt] GraphicsContext::savePlatformState() shouldn't be creating ContextShadow...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-11-22 09:27 PST by Andreas Kling
Modified: 2011-08-23 08:20 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 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.
Comment 1 Andreas Kling 2011-08-23 08:20:34 PDT
This issue was fixed in the move to ShadowBlur.