From d53b471e6193e8f95e1bf3dbf011bb73603f74a7 Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Tue, 31 Jan 2017 09:56:46 -0800 Subject: [PATCH] Remove command line flag which caused blurriness and missing pixels on Windows This was originally added to fix #4517, #4518, and #4472... but is no longer needed (I confirmed all those situations work). Fixes https://github.com/brave/browser-laptop/issues/6462 Fixes https://github.com/brave/browser-laptop/issues/6777 Fixes https://github.com/brave/browser-laptop/issues/6144 Fixes https://github.com/brave/browser-laptop/issues/3556 Fixes https://github.com/brave/browser-laptop/issues/2089 Auditors: @bridiver, @bbondy, @darkdh --- app/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/index.js b/app/index.js index 194e564f66e..98cebe25a8f 100644 --- a/app/index.js +++ b/app/index.js @@ -78,8 +78,6 @@ const privacy = require('../js/state/privacy') const async = require('async') const settings = require('../js/constants/settings') -// temporary fix for #4517, #4518 and #4472 -app.commandLine.appendSwitch('enable-use-zoom-for-dsf', 'false') app.commandLine.appendSwitch('enable-features', 'BlockSmallPluginContent,PreferHtmlOverPlugins') // Used to collect the per window state when shutting down the application