summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/gtk/ScrollbarThemeGtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/gtk/ScrollbarThemeGtk.h')
-rw-r--r--WebCore/platform/gtk/ScrollbarThemeGtk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/platform/gtk/ScrollbarThemeGtk.h b/WebCore/platform/gtk/ScrollbarThemeGtk.h
index 21ccb43..618da35 100644
--- a/WebCore/platform/gtk/ScrollbarThemeGtk.h
+++ b/WebCore/platform/gtk/ScrollbarThemeGtk.h
@@ -28,6 +28,11 @@
#include "ScrollbarTheme.h"
+typedef struct _GtkWidget GtkWidget;
+typedef struct _GtkStyle GtkStyle;
+typedef struct _GtkContainer GtkContainer;
+typedef struct _GtkBorder GtkBorder;
+
namespace WebCore {
class ScrollbarThemeGtk : public ScrollbarTheme {