RESOLVED FIXED 123418
Make TileController create the appropriate PlatformCALayer subclasses
https://bugs.webkit.org/show_bug.cgi?id=123418
Summary Make TileController create the appropriate PlatformCALayer subclasses
Tim Horton
Reported 2013-10-28 13:55:11 PDT
Right now it always makes PlatformCALayerMac, but it should instead ask its owning GraphicsLayer to make an appropriate PlatformCALayer, be it Mac, Win, or Remote.
Attachments
patch (12.04 KB, patch)
2013-10-28 14:07 PDT, Tim Horton
no flags
patch (9.40 KB, patch)
2013-10-28 17:59 PDT, Tim Horton
simon.fraser: review+
Tim Horton
Comment 1 2013-10-28 14:07:21 PDT
Created attachment 215332 [details] patch Not sure if I should move LayerType enum to a different file to get rid of this nasty casting, or if there's a better solution.
Tim Horton
Comment 2 2013-10-28 17:59:08 PDT
Simon Fraser (smfr)
Comment 3 2013-10-28 18:24:04 PDT
Comment on attachment 215355 [details] patch Let's call it "compatible".
Tim Horton
Comment 4 2013-10-28 19:44:00 PDT
Note You need to log in before you can comment on or make changes to this bug.