From 22b3c48230acca1af5613b19050dd017d8e4b021 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Fri, 27 Jun 2014 16:18:29 +0200 Subject: Ignore GPU blacklist on embedded We have to pass this flag on half of our devices anyway so we can just as well pass it by default. Change-Id: I652fac478f389b91ee69d2273747583e2678fd13 Reviewed-by: Jocelyn Turcotte --- src/core/web_engine_context.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp index ff433027e..c1b2aa6e1 100644 --- a/src/core/web_engine_context.cpp +++ b/src/core/web_engine_context.cpp @@ -139,6 +139,8 @@ WebEngineContext::WebEngineContext() parsedCommandLine->AppendSwitch(switches::kInProcessGPU); #if defined(QTWEBENGINE_MOBILE_SWITCHES) + parsedCommandLine->AppendSwitch(switches::kIgnoreGpuBlacklist); + // Inspired from the Android port's default switches parsedCommandLine->AppendSwitch(switches::kEnableOverlayScrollbars); parsedCommandLine->AppendSwitch(switches::kEnableGestureTapHighlight); -- cgit v1.2.1