remove fpscounter, can be enabled from node

This commit is contained in:
Heilig Benedek 2016-07-31 05:13:29 +02:00
parent 3e7ff466cd
commit 0a349ef16c

View file

@ -188,7 +188,6 @@ void WebContentsPreferences::AppendExtraCommandLineSwitches(
} }
command_line->AppendSwitch(cc::switches::kEnableBeginFrameScheduling); command_line->AppendSwitch(cc::switches::kEnableBeginFrameScheduling);
command_line->AppendSwitch(cc::switches::kShowFPSCounter);
} }
// static // static