Bug 137209 - [GTK] Remove IntPointGtk.cpp and IntRectGtk.cpp
Summary: [GTK] Remove IntPointGtk.cpp and IntRectGtk.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2014-09-29 03:30 PDT by Carlos Garcia Campos
Modified: 2014-09-29 04:55 PDT (History)
7 users (show)

See Also:


Attachments
Patch (6.26 KB, patch)
2014-09-29 03:33 PDT, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff
Updated patch (7.85 KB, patch)
2014-09-29 03:50 PDT, Carlos Garcia Campos
pnormand: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2014-09-29 03:30:44 PDT
IntPointGtk is unused and IntRectGtk is only required by GTK+2 and only used when building with GTK+2 in GtkInputMethodFilter.cpp that can be easily replaced.
Comment 1 Carlos Garcia Campos 2014-09-29 03:33:29 PDT
Created attachment 238848 [details]
Patch
Comment 2 Carlos Garcia Campos 2014-09-29 03:50:21 PDT
Created attachment 238849 [details]
Updated patch

I forgot to also update the headers, thanks phil!
Comment 3 Philippe Normand 2014-09-29 03:51:51 PDT
Comment on attachment 238849 [details]
Updated patch

Looks good now :)
Comment 4 Carlos Garcia Campos 2014-09-29 04:55:05 PDT
Committed r174058: <http://trac.webkit.org/changeset/174058>