Bug 104554 - [WinCairo] Compile fix in ImageCairoWin.cpp
Summary: [WinCairo] Compile fix in ImageCairoWin.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-10 06:53 PST by peavo
Modified: 2012-12-10 10:57 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.74 KB, patch)
2012-12-10 06:57 PST, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2012-12-10 06:53:06 PST
The method WebCore::BitmapImage::draw() has changed and needs a new parameter.
Comment 1 peavo 2012-12-10 06:57:29 PST
Created attachment 178542 [details]
Patch
Comment 2 kov's GTK+ EWS bot 2012-12-10 08:45:37 PST
Comment on attachment 178542 [details]
Patch

Attachment 178542 [details] did not pass gtk-ews (gtk):
Output: http://queues.webkit.org/results/15228642
Comment 3 Brent Fulgham 2012-12-10 10:39:31 PST
Comment on attachment 178542 [details]
Patch

Good build fix.  EWS is a false alarm, as this file is not used by the Gtk build.
Comment 4 WebKit Review Bot 2012-12-10 10:48:21 PST
Comment on attachment 178542 [details]
Patch

Clearing flags on attachment: 178542

Committed r137182: <http://trac.webkit.org/changeset/137182>
Comment 5 WebKit Review Bot 2012-12-10 10:48:25 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 peavo 2012-12-10 10:57:16 PST
Thanks for the review :)