From 0a349ef16cc1fda1a445804a8ab50516e278d340 Mon Sep 17 00:00:00 2001 From: Heilig Benedek Date: Sun, 31 Jul 2016 05:13:29 +0200 Subject: [PATCH] remove fpscounter, can be enabled from node --- atom/browser/web_contents_preferences.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/atom/browser/web_contents_preferences.cc b/atom/browser/web_contents_preferences.cc index 8ad46aaf84..fb28a79dd3 100644 --- a/atom/browser/web_contents_preferences.cc +++ b/atom/browser/web_contents_preferences.cc @@ -188,7 +188,6 @@ void WebContentsPreferences::AppendExtraCommandLineSwitches( } command_line->AppendSwitch(cc::switches::kEnableBeginFrameScheduling); - command_line->AppendSwitch(cc::switches::kShowFPSCounter); } // static