Bug 49917
Summary: | [Qt] GraphicsContext::savePlatformState() shouldn't be creating ContextShadow when unnecessary | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | Keywords: | Qt, QtTriaged |
Priority: | P4 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Andreas Kling
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andreas Kling
This issue was fixed in the move to ShadowBlur.