Bug 179610

Summary: [Cairo] Move state change operations from GraphicsContextCairo to CairoOperations
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia, fred.wang, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Zan Dobersek
Reported 2017-11-13 03:33:15 PST
[Cairo] Move state change operations from GraphicsContextCairo to CairoOperations
Attachments
Patch (16.73 KB, patch)
2017-11-13 03:36 PST, Zan Dobersek
no flags
Patch for landing (16.75 KB, patch)
2017-11-13 05:41 PST, Zan Dobersek
no flags
Zan Dobersek
Comment 1 2017-11-13 03:36:39 PST
Zan Dobersek
Comment 2 2017-11-13 05:41:10 PST
Created attachment 326757 [details] Patch for landing
Zan Dobersek
Comment 3 2017-11-13 05:41:43 PST
Comment on attachment 326757 [details] Patch for landing Clearing flags on attachment: 326757 Committed r224753: <https://trac.webkit.org/changeset/224753>
Zan Dobersek
Comment 4 2017-11-13 05:41:48 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2017-11-15 09:44:23 PST
Frédéric Wang (:fredw)
Comment 6 2018-11-07 03:27:57 PST
Comment on attachment 326757 [details] Patch for landing View in context: https://bugs.webkit.org/attachment.cgi?id=326757&action=review > Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp:204 > + return Cairo::State::getCTM(*platformContext()); All these Cairo::State::* calls required CairoOperations.h. I'll land a fix to add the missing include.
Frédéric Wang (:fredw)
Comment 7 2018-11-07 03:29:36 PST
Note You need to log in before you can comment on or make changes to this bug.