Bug 170275 - [WinCairo] ImageCairoWin.cpp: error C2660: 'WebCore::BitmapImage::draw': function does not take 6 arguments
Summary: [WinCairo] ImageCairoWin.cpp: error C2660: 'WebCore::BitmapImage::draw': func...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords:
Depends on: 169771
Blocks:
  Show dependency treegraph
 
Reported: 2017-03-30 02:06 PDT by Fujii Hironori
Modified: 2017-03-30 08:54 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.34 KB, patch)
2017-03-30 02:14 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff
Patch (3.34 KB, patch)
2017-03-30 02:24 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2017-03-30 02:06:40 PDT
WinCairo fails to build since Bug 169771 (r305537).

>  ImageCairoWin.cpp
>Source\WebCore\platform\graphics\win\ImageCairoWin.cpp(84): error C2660: 'WebCore::BitmapImage::draw': function does not take 6 arguments
>Source\WebCore\platform\graphics\win\ImageCairoWin.cpp(103): error C2660: 'WebCore::BitmapImage::draw': function does not take 6 arguments
>Source\WebCore\platform\graphics\win\ImageCairoWin.cpp(111): error C2660: 'WebCore::BitmapImage::draw': function does not take 6 arguments
Comment 1 Fujii Hironori 2017-03-30 02:14:48 PDT
Created attachment 305849 [details]
Patch
Comment 2 Fujii Hironori 2017-03-30 02:24:21 PDT
Created attachment 305850 [details]
Patch
Comment 3 Fujii Hironori 2017-03-30 02:25:15 PDT
(In reply to Fujii Hironori from comment #0)
> WinCairo fails to build since Bug 169771 (r305537).

Wrong rev number.
https://trac.webkit.org/changeset/214450
Comment 4 WebKit Commit Bot 2017-03-30 08:54:13 PDT
Comment on attachment 305850 [details]
Patch

Clearing flags on attachment: 305850

Committed r214606: <http://trac.webkit.org/changeset/214606>
Comment 5 WebKit Commit Bot 2017-03-30 08:54:17 PDT
All reviewed patches have been landed.  Closing bug.