From 4d6084feccab99c0a7b3ecef26bb49c41dd50201 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 18 Jul 2012 13:59:13 +0200 Subject: Imported WebKit commit ff52235a78888e5cb8e286a828a8698042200e67 (http://svn.webkit.org/repository/webkit/trunk@122948) New snapshot that should fix the rendering issues recently introduced --- Tools/WebKitTestRunner/efl/PlatformWebViewEfl.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Tools/WebKitTestRunner/efl/PlatformWebViewEfl.cpp') diff --git a/Tools/WebKitTestRunner/efl/PlatformWebViewEfl.cpp b/Tools/WebKitTestRunner/efl/PlatformWebViewEfl.cpp index f17820d91..c3c0863c8 100644 --- a/Tools/WebKitTestRunner/efl/PlatformWebViewEfl.cpp +++ b/Tools/WebKitTestRunner/efl/PlatformWebViewEfl.cpp @@ -20,6 +20,7 @@ #include "config.h" #include "PlatformWebView.h" +#include "EWebKit2.h" #include "WebKit2/WKAPICast.h" #include @@ -46,6 +47,8 @@ PlatformWebView::PlatformWebView(WKContextRef context, WKPageGroupRef pageGroup) m_window = initEcoreEvas(); Evas* evas = ecore_evas_get(m_window); m_view = toImpl(WKViewCreate(evas, context, pageGroup)); + + ewk_view_theme_set(m_view, THEME_DIR"/default.edj"); m_windowIsKey = false; } -- cgit v1.2.1