summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_context.cpp
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@theqtcompany.com>2015-07-29 19:31:05 +0200
committerAndras Becsi <andras.becsi@theqtcompany.com>2015-07-30 10:42:49 +0000
commit722be9181da1fe1fa95d74c62405dac29a52b897 (patch)
tree741673fd048171c372e9997126d227b08cd14cda /src/core/web_engine_context.cpp
parentb1224b73d0acee2d62e1e6c23bd368652ed54134 (diff)
Remove --enable-viewport-meta switch on embedded
This breaks the initial scale of some pages on embedded Linux and is mostly tied to Android codepaths in chromium and might be removed soon from public switches. See: https://code.google.com/p/chromium/issues/detail?id=513214 and: https://code.google.com/p/chromium/issues/detail?id=232102 Change-Id: I9eb6577bcc9c3aeb583ac6576e9de34c230c36c3 Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'src/core/web_engine_context.cpp')
-rw-r--r--src/core/web_engine_context.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index 4265ddb1f..db4cec1fc 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -207,7 +207,6 @@ WebEngineContext::WebEngineContext()
parsedCommandLine->AppendSwitch(switches::kEnableOverlayScrollbar);
parsedCommandLine->AppendSwitch(switches::kEnablePinch);
parsedCommandLine->AppendSwitch(switches::kEnableViewport);
- parsedCommandLine->AppendSwitch(switches::kEnableViewportMeta);
parsedCommandLine->AppendSwitch(switches::kMainFrameResizesAreOrientationChanges);
parsedCommandLine->AppendSwitch(switches::kDisableAcceleratedVideoDecode);
parsedCommandLine->AppendSwitch(switches::kDisableGpuShaderDiskCache);