summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/gtk/gtkdrawing.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/gtk/gtkdrawing.h')
-rw-r--r--WebCore/platform/gtk/gtkdrawing.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebCore/platform/gtk/gtkdrawing.h b/WebCore/platform/gtk/gtkdrawing.h
index 1e9023f..b5a7feb 100644
--- a/WebCore/platform/gtk/gtkdrawing.h
+++ b/WebCore/platform/gtk/gtkdrawing.h
@@ -485,6 +485,12 @@ gint moz_gtk_get_tab_thickness(void);
*/
gboolean moz_gtk_images_in_menus(void);
+/**
+ * Retrieve an actual GTK progress bar widget for style analysis. It will not
+ * be modified.
+ */
+GtkWidget* moz_gtk_get_progress_widget(void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */