Bug 138092 - [GTK] Remove GDK dependency from SharedTimerGtk
Summary: [GTK] Remove GDK dependency from SharedTimerGtk
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-10-27 04:28 PDT by Carlos Garcia Campos
Modified: 2014-10-28 05:49 PDT (History)
8 users (show)

See Also:


Attachments
Patch (2.51 KB, patch)
2014-10-27 04:30 PDT, Carlos Garcia Campos
mrobinson: 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-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>