Bug 52648 - [Gtk] Build fixes for gtk3 build
Summary: [Gtk] Build fixes for gtk3 build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Sergio Villar Senin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-18 12:21 PST by Sergio Villar Senin
Modified: 2011-01-18 13:29 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.85 KB, patch)
2011-01-18 12:22 PST, Sergio Villar Senin
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Villar Senin 2011-01-18 12:21:18 PST
[Gtk] Build fixes for gtk3 build
Comment 1 Sergio Villar Senin 2011-01-18 12:22:45 PST
Created attachment 79307 [details]
Patch
Comment 2 Martin Robinson 2011-01-18 12:24:49 PST
Comment on attachment 79307 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=79307&action=review

Thank you for the fix!

> Tools/DumpRenderTree/gtk/EventSender.cpp:485
> +    event.motion.device = getDefaultGDKPointerDevice(event.motion.window);

I think viewGDKWindow here might be clearer.
Comment 3 Sergio Villar Senin 2011-01-18 13:29:25 PST
Committed r76055: <http://trac.webkit.org/changeset/76055>