Support encoding and decoding of Regions
Created attachment 223281 [details] Patch
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 { }
https://trac.webkit.org/r163509