Changeset 216296 in webkit
- Timestamp:
- May 5, 2017, 5:04:37 PM (8 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r216294 r216296 1 2017-05-05 Dean Jackson <dino@apple.com> 2 3 Try to fix iOS build. 4 5 * platform/ios/WidgetIOS.mm: 6 (WebCore::Widget::paint): 7 1 8 2017-05-05 Dean Jackson <dino@apple.com> 2 9 -
trunk/Source/WebCore/platform/ios/WidgetIOS.mm
r210697 r216296 140 140 } 141 141 142 void Widget::paint(GraphicsContext& p, const IntRect& r )142 void Widget::paint(GraphicsContext& p, const IntRect& r, SecurityOriginPaintPolicy) 143 143 { 144 144 if (p.paintingDisabled())
Note:
See TracChangeset
for help on using the changeset viewer.