Bug 52940 - [Qt] Always set composition mode through GraphicsContext
Summary: [Qt] Always set composition mode through GraphicsContext
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-01-21 17:04 PST by Andreas Kling
Modified: 2011-01-21 17:45 PST (History)
1 user (show)

See Also:


Attachments
Proposed patch (4.38 KB, patch)
2011-01-21 17:05 PST, Andreas Kling
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2011-01-21 17:04:55 PST
GraphicsContext tracks the current composition mode so we should never call through to the QPainter directly.
Comment 1 Andreas Kling 2011-01-21 17:05:55 PST
Created attachment 79812 [details]
Proposed patch
Comment 2 Kenneth Rohde Christiansen 2011-01-21 17:27:45 PST
Comment on attachment 79812 [details]
Proposed patch

nice
Comment 3 Andreas Kling 2011-01-21 17:45:31 PST
Committed r76415: <http://trac.webkit.org/changeset/76415>