Bug 131891 - [UI-side compositing] Implement blend modes
Summary: [UI-side compositing] Implement blend modes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-04-19 12:07 PDT by Simon Fraser (smfr)
Modified: 2014-04-19 15:27 PDT (History)
5 users (show)

See Also:


Attachments
Patch (21.17 KB, patch)
2014-04-19 12:13 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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