Changeset 242998 in webkit
- Timestamp:
- Mar 15, 2019, 9:50:25 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/Region.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r242997 r242998 1 2019-03-15 Antti Koivisto <antti@apple.com> 2 3 Try to fix watchOS build. 4 5 * platform/graphics/Region.h: 6 (WebCore::Region::Span::decode): 7 1 8 2019-03-15 Simon Fraser <simon.fraser@apple.com> 2 9 -
trunk/Source/WebCore/platform/graphics/Region.h
r242995 r242998 228 228 return { }; 229 229 230 return { { *y, *segmentIndex} };230 return { { *y, static_cast<size_t>(*segmentIndex) } }; 231 231 } 232 232
Note:
See TracChangeset
for help on using the changeset viewer.