Allow canvas to use display-list drawing for testing
Created attachment 269850 [details] Patch
Created attachment 269852 [details] Patch
Comment on attachment 269852 [details] Patch Attachment 269852 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/739998 Number of test failures exceeded the failure limit.
Created attachment 269854 [details] Archive of layout-test-results from ews100 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews100 Port: mac-yosemite Platform: Mac OS X 10.10.5
Comment on attachment 269852 [details] Patch Attachment 269852 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/740025 Number of test failures exceeded the failure limit.
Created attachment 269855 [details] Archive of layout-test-results from ews115 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews115 Port: mac-yosemite Platform: Mac OS X 10.10.5
Created attachment 269857 [details] Patch
Comment on attachment 269857 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=269857&action=review > Source/WebCore/html/canvas/CanvasRenderingContext2D.h:60 > +namespace DisplayList { > +typedef unsigned AsTextFlags; > +} I don't think you need this. CRC2D includes CRC, which includes HTMLCanvasElement, and you put this typedef there already. > LayoutTests/displaylists/canvas-display-list-expected.txt:2 > +( This is never closed.
https://trac.webkit.org/r195646