summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h
index f3bf883..2ec5139 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -28,6 +28,7 @@ typedef struct MqTabChrome MqTabChrome;
#include <webkit2/webkit2.h>
#include "tab.h"
+#include "web-view.h"
struct MqTabChrome {
MqConfig *config;
@@ -47,7 +48,7 @@ struct MqTabChrome {
GtkWidget *find_matches_label;
gboolean find_match_case;
gboolean find_searching;
- WebKitWebView *web_view;
+ MqWebView *web_view;
WebKitFindController *find_controller;
gboolean load_failed;
GtkWidget *back_forward_popover;