Changeset 216296 in webkit


Ignore:
Timestamp:
May 5, 2017 5:04:37 PM (7 years ago)
Author:
dino@apple.com
Message:

Try to fix iOS build.

  • platform/ios/WidgetIOS.mm:

(WebCore::Widget::paint):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r216294 r216296  
     12017-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
    182017-05-05  Dean Jackson  <dino@apple.com>
    29
  • trunk/Source/WebCore/platform/ios/WidgetIOS.mm

    r210697 r216296  
    140140}
    141141
    142 void Widget::paint(GraphicsContext& p, const IntRect& r)
     142void Widget::paint(GraphicsContext& p, const IntRect& r, SecurityOriginPaintPolicy)
    143143{
    144144    if (p.paintingDisabled())
Note: See TracChangeset for help on using the changeset viewer.