Bug 131891

Summary: [UI-side compositing] Implement blend modes
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, krit, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Simon Fraser (smfr) 2014-04-19 12:07:16 PDT
[UI-side compositing] Implement blend modes
Comment 1 Simon Fraser (smfr) 2014-04-19 12:08:11 PDT
<rdar://problem/16490085>
Comment 2 Simon Fraser (smfr) 2014-04-19 12:13:00 PDT
Created attachment 229738 [details]
Patch
Comment 3 Tim Horton 2014-04-19 13:10:11 PDT
Comment on attachment 229738 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=229738&action=review

> Source/WebCore/platform/graphics/ca/mac/PlatformCAFiltersMac.mm:31
> +#import "PlatformCALayerMac.h"

Sorting?!

> Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.h:83
> +        CustomBehaviorChanged = 1 << 20

30, not 20.
Comment 4 Simon Fraser (smfr) 2014-04-19 15:27:50 PDT
http://trac.webkit.org/changeset/167553