WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
128284
Support encoding and decoding of Regions
https://bugs.webkit.org/show_bug.cgi?id=128284
Summary
Support encoding and decoding of Regions
Simon Fraser (smfr)
Reported
2014-02-05 16:54:33 PST
Support encoding and decoding of Regions
Attachments
Patch
(12.03 KB, patch)
2014-02-05 16:57 PST
,
Simon Fraser (smfr)
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-02-05 16:57:08 PST
Created
attachment 223281
[details]
Patch
Anders Carlsson
Comment 2
2014-02-05 17:58:45 PST
Comment on
attachment 223281
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=223281&action=review
> Source/WebCore/platform/graphics/Region.cpp:336 > + for (Shape::SpanIterator span = spans_begin(), end = spans_end(); span != end && span + 1 != end; ++span) {
auto span
> Source/WebCore/platform/graphics/Region.cpp:343 > + for (Shape::SegmentIterator segment = segments_begin(span), end = segments_end(span); segment != end && segment + 1 != end; segment += 2) {
auto segment
> Source/WebCore/platform/graphics/Region.h:75 > + { }
Should be newline: { }
> Source/WebCore/platform/graphics/Region.h:79 > + { }
Newline { }
Simon Fraser (smfr)
Comment 3
2014-02-05 20:27:22 PST
https://trac.webkit.org/r163509
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug