Bug 77358 - [WinCairo] Implement CompositeDifference
Summary: [WinCairo] Implement CompositeDifference
Status: RESOLVED DUPLICATE of bug 77354
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on: 77168
Blocks:
  Show dependency treegraph
 
Reported: 2012-01-30 12:15 PST by Andy Estes
Modified: 2012-01-30 12:27 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Estes 2012-01-30 12:15:07 PST
<http://trac.webkit.org/changeset/106274> added a new CompositeOperator called CompositeDifference. In CoreGraphics, this maps to kCGBlendModeDifference (see <http://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGContext/Reference/reference.html#//apple_ref/c/tdef/CGBlendMode>).
Comment 1 Andy Estes 2012-01-30 12:27:54 PST

*** This bug has been marked as a duplicate of bug 77354 ***