Bug 180799 - 2.19.3 ACCELERATED_2D_CANVAS support is broken
Summary: 2.19.3 ACCELERATED_2D_CANVAS support is broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-12-14 00:59 PST by Cynede
Modified: 2018-01-15 13:25 PST (History)
10 users (show)

See Also:


Attachments
Speculative fix (2.37 KB, patch)
2017-12-14 04:01 PST, Tomas Popela
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cynede 2017-12-14 00:59:11 PST
build error:

Source/WebCore/html/canvas/CanvasRenderingContext2DBase.cpp:2007:32: error: ‘canvas’ was not declared in this scope
            RenderBox* renderBox = canvas().renderBox();
Comment 1 Tomas Popela 2017-12-14 04:01:53 PST
Created attachment 329344 [details]
Speculative fix

Speculative fix (cairo-gl was from from Fedora 27 so I don't have a way to test this). Can you please test it?
Comment 2 fosero 2017-12-14 06:32:22 PST
Experienced the same issue, patch in comment #1 worked for me.
Comment 3 WebKit Commit Bot 2018-01-15 13:24:59 PST
Comment on attachment 329344 [details]
Speculative fix

Clearing flags on attachment: 329344

Committed r226955: <https://trac.webkit.org/changeset/226955>
Comment 4 WebKit Commit Bot 2018-01-15 13:25:00 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2018-01-15 13:25:24 PST
<rdar://problem/36526921>