Bug 182076 - Move WebGL's colorspace code into IOSurface
Summary: Move WebGL's colorspace code into IOSurface
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-24 17:07 PST by Dean Jackson
Modified: 2018-01-24 17:20 PST (History)
5 users (show)

See Also:


Attachments
Patch (3.67 KB, patch)
2018-01-24 17:10 PST, Dean Jackson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2018-01-24 17:07:34 PST
Move WebGL's colorspace code into IOSurface
Comment 1 Radar WebKit Bug Importer 2018-01-24 17:08:26 PST
<rdar://problem/36846863>
Comment 2 Dean Jackson 2018-01-24 17:10:34 PST
Created attachment 332214 [details]
Patch
Comment 3 Tim Horton 2018-01-24 17:11:58 PST
Comment on attachment 332214 [details]
Patch

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

> Source/WebCore/platform/graphics/cocoa/IOSurface.mm:440
> +void IOSurface::migrateColorSpaceToLayerProperties()

Not layer.
Comment 4 Dean Jackson 2018-01-24 17:17:29 PST
Committed r227588: <https://trac.webkit.org/changeset/227588>