Bug 128025 - [wk2] PlatformCALayerRemoteCustom doesn't work on iOS
Summary: [wk2] PlatformCALayerRemoteCustom doesn't work on iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-01-31 15:13 PST by Tim Horton
Modified: 2014-01-31 16:30 PST (History)
8 users (show)

See Also:


Attachments
patch (18.41 KB, patch)
2014-01-31 15:44 PST, Tim Horton
simon.fraser: review+
Details | Formatted Diff | Diff

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