Bug 137209

Summary: [GTK] Remove IntPointGtk.cpp and IntRectGtk.cpp
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gustavo, gyuyoung.kim, pnormand, rakuco, ryuan.choi, sergio
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Updated patch pnormand: review+

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>