Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
spajak committed Mar 21, 2018
2 parents 28dbdbb + e09816c commit 4247a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ void Client::OnBeforeCommandLineProcessing(const CefString& process_type, CefRef
<< " with process_type: " << process_type.ToString()
<< ", command_line: " << command_line->GetCommandLineString().ToString();

command_line->AppendSwitch("disable-gpu");
command_line->AppendSwitch("disable-gpu-compositing");
//command_line->AppendSwitch("disable-gpu");
//command_line->AppendSwitch("disable-gpu-compositing");
command_line->AppendSwitch("disable-extensions");
command_line->AppendSwitch("disable-pinch");
};
Expand Down

0 comments on commit 4247a7b

Please sign in to comment.