summaryrefslogtreecommitdiff
path: root/Source/WebKit2/UIProcess/WebInspectorProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/UIProcess/WebInspectorProxy.h')
-rw-r--r--Source/WebKit2/UIProcess/WebInspectorProxy.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/WebKit2/UIProcess/WebInspectorProxy.h b/Source/WebKit2/UIProcess/WebInspectorProxy.h
index 0958472e8..5a73a5e8c 100644
--- a/Source/WebKit2/UIProcess/WebInspectorProxy.h
+++ b/Source/WebKit2/UIProcess/WebInspectorProxy.h
@@ -52,6 +52,11 @@ OBJC_CLASS WKWebInspectorWKView;
#include "WebInspectorClientGtk.h"
#endif
+#if PLATFORM(EFL)
+#include <Ecore_Evas.h>
+#include <Evas.h>
+#endif
+
namespace WebKit {
class WebFrameProxy;
@@ -217,6 +222,9 @@ private:
WebInspectorClientGtk m_client;
GtkWidget* m_inspectorView;
GtkWidget* m_inspectorWindow;
+#elif PLATFORM(EFL)
+ Evas_Object* m_inspectorView;
+ Ecore_Evas* m_inspectorWindow;
#endif
#if ENABLE(INSPECTOR_SERVER)
int m_remoteInspectionPageId;