Bug 148627 - [WinCairo] Fix the WinCairo build after landing of webkit.org/b/148561
Summary: [WinCairo] Fix the WinCairo build after landing of webkit.org/b/148561
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sungmann Cho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-30 19:22 PDT by Sungmann Cho
Modified: 2015-08-31 01:51 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.83 KB, patch)
2015-08-30 19:23 PDT, Sungmann Cho
no flags Details | Formatted Diff | Diff
Patch (4.84 KB, patch)
2015-08-30 19:42 PDT, Sungmann Cho
no flags Details | Formatted Diff | Diff
Patch (4.99 KB, patch)
2015-08-30 19:49 PDT, Sungmann Cho
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sungmann Cho 2015-08-30 19:22:21 PDT
SSIA
Comment 1 Sungmann Cho 2015-08-30 19:23:44 PDT
Created attachment 260265 [details]
Patch
Comment 2 Sungmann Cho 2015-08-30 19:29:02 PDT
Currently, ToT breaks at:
..\platform\graphics\win\ImageCairoWin.cpp(84): error C2664:
    'void WebCore::BitmapImage::draw(WebCore::GraphicsContext &,const WebCore::FloatRect &,const WebCore::FloatRect &,WebCore::ColorSpace,WebCore::CompositeOperator,WebCore::BlendMode,WebCore::ImageOrientationDescription)':
    cannot convert argument 1 from 'WebCore::GraphicsContext *' to 'WebCore::GraphicsContext &'
Comment 3 Sungmann Cho 2015-08-30 19:42:32 PDT
Created attachment 260266 [details]
Patch
Comment 4 Sungmann Cho 2015-08-30 19:49:11 PDT
Created attachment 260268 [details]
Patch
Comment 5 Sungmann Cho 2015-08-30 19:49:49 PDT
Currently, ToT breaks at:

18>..\platform\graphics\win\ImageCairoWin.cpp(84): error C2664: 'void WebCore::BitmapImage::draw(WebCore::GraphicsContext &,const WebCore::FloatRect &,const WebCore::FloatRect &,WebCore::ColorSpace,WebCore::CompositeOperator,WebCore::BlendMode,WebCore::ImageOrientationDescription)': cannot convert argument 1 from 'WebCore::GraphicsContext *' to 'WebCore::GraphicsContext &'
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\memory(1636): error C2259: 'WebCore::MediaPlayerPrivateMediaFoundation': cannot instantiate abstract class (compiling source file ..\platform\graphics\win\MediaPlayerPrivateMediaFoundation.cpp)
18>  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\memory(1636): note: due to following members: (compiling source file ..\platform\graphics\win\MediaPlayerPrivateMediaFoundation.cpp)
18>  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\memory(1636): note: 'void WebCore::MediaPlayerPrivateInterface::paint(WebCore::GraphicsContext &,const WebCore::FloatRect &)': is abstract (compiling source file ..\platform\graphics\win\MediaPlayerPrivateMediaFoundation.cpp)
18>  D:\FOSS\WebKit\Source\WebCore\platform\graphics\MediaPlayerPrivate.h(147): note: see declaration of 'WebCore::MediaPlayerPrivateInterface::paint' (compiling source file ..\platform\graphics\win\MediaPlayerPrivateMediaFoundation.cpp)
18>  ..\platform\graphics\win\MediaPlayerPrivateMediaFoundation.cpp(81): note: see reference to function template instantiation 'std::unique_ptr<WebCore::MediaPlayerPrivateMediaFoundation,std::default_delete<WebCore::MediaPlayerPrivateMediaFoundation>> std::make_unique<WebCore::MediaPlayerPrivateMediaFoundation,WebCore::MediaPlayer*&>(WebCore::MediaPlayer *&)' being compiled
Comment 6 WebKit Commit Bot 2015-08-31 01:51:29 PDT
Comment on attachment 260268 [details]
Patch

Clearing flags on attachment: 260268

Committed r189165: <http://trac.webkit.org/changeset/189165>
Comment 7 WebKit Commit Bot 2015-08-31 01:51:33 PDT
All reviewed patches have been landed.  Closing bug.