Bug 128025

Summary: [wk2] PlatformCALayerRemoteCustom doesn't work on iOS
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, cmarcelo, commit-queue, eric.carlson, jer.noble, jonlee, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch simon.fraser: review+

Description Tim Horton 2014-01-31 15:13:06 PST
It turns out that CAContext remote hosting is slightly different on iOS.

<rdar://problem/15950271>
Comment 1 Tim Horton 2014-01-31 15:44:39 PST
Created attachment 222860 [details]
patch
Comment 2 Anders Carlsson 2014-01-31 15:52:25 PST
Comment on attachment 222860 [details]
patch

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

> Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:556
>      case LayerHostingModeInWindowServer:

Didn't you remove this enum?
Comment 3 Tim Horton 2014-01-31 15:53:24 PST
Comment on attachment 222860 [details]
patch

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

>> Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:556
>>      case LayerHostingModeInWindowServer:
> 
> Didn't you remove this enum?

yuuuup, will fix. thanks!
Comment 4 Tim Horton 2014-01-31 16:30:05 PST
http://trac.webkit.org/changeset/163218