Bug 52648

Summary: [Gtk] Build fixes for gtk3 build
Product: WebKit Reporter: Sergio Villar Senin <svillar>
Component: WebKitGTKAssignee: Sergio Villar Senin <svillar>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, mitz, mrobinson, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mrobinson: review+

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>