RESOLVED FIXED 152946
Hook up display-list drawing in GraphicsLayerCA
https://bugs.webkit.org/show_bug.cgi?id=152946
Summary Hook up display-list drawing in GraphicsLayerCA
Simon Fraser (smfr)
Reported 2016-01-09 11:15:16 PST
Hook up display-list drawing in GraphicsLayerCA
Attachments
Patch (22.00 KB, patch)
2016-01-09 11:21 PST, Simon Fraser (smfr)
zalan: review+
Simon Fraser (smfr)
Comment 1 2016-01-09 11:21:45 PST
Daniel Bates
Comment 2 2016-01-09 12:34:00 PST
Comment on attachment 268624 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=268624&action=review > Source/WebCore/ChangeLog:44 > + * platform/graphics/displaylists/DisplayList.h: Sadly need to include DisplayListItems.h > + to get things to compile. I wasn't able to avoid this even when making functions non-inline. I take it you tried including DisplayListItems.h from GraphicsLayerCA.cpp? > Source/WebCore/platform/graphics/ca/PlatformCALayerClient.h:67 > + virtual bool isUsingDisplayListDrawing(PlatformCALayer*) const { return false; } I take it you are planning to make use of the parameter, PlatformCALayer, in the future?
Simon Fraser (smfr)
Comment 3 2016-01-09 22:40:25 PST
Note You need to log in before you can comment on or make changes to this bug.