diff options
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r-- | embed/ephy-embed-single.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index 8ae5d92cb..cbd253ab3 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -25,6 +25,7 @@ #define EPHY_EMBED_SINGLE_H #include "ephy-embed.h" +#include "ephy-web-view.h" G_BEGIN_DECLS @@ -46,7 +47,7 @@ struct _EphyEmbedSingleIface EphyEmbed * (* new_window) (EphyEmbedSingle *single, EphyEmbed *parent_embed, - EphyEmbedChrome chromemask); + EphyWebViewChrome chromemask); gboolean (* handle_content) (EphyEmbedSingle *shell, char *mime_type, |