Bug 138092

Summary: [GTK] Remove GDK dependency from SharedTimerGtk
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, svillar
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mrobinson: review+

Description Carlos Garcia Campos 2014-10-27 04:28:45 PDT
It depends on GDK just to use GDK_PRIORITY_REDRAW constant, we can use its value directly instead.
Comment 1 Carlos Garcia Campos 2014-10-27 04:30:18 PDT
Created attachment 240477 [details]
Patch
Comment 2 Carlos Garcia Campos 2014-10-28 05:49:43 PDT
Committed r175245: <http://trac.webkit.org/changeset/175245>