Skip to content

Commit

Permalink
Merge pull request #4318 from brave/bsc-revert-oop-rasterization
Browse files Browse the repository at this point in the history
Default OOP rasterization to off (original value)
  • Loading branch information
bsclifton authored Jan 9, 2020
2 parents 588764b + 8b58886 commit 0184088
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/brave_main_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
switches::kExtensionContentVerificationEnforceStrict);
command_line.AppendSwitchASCII(switches::kExtensionsInstallVerification,
"enforce");
// Otherwise BaseMark Web 3.0 suffers and it seems to be highly enabled
// by field trials in Chrome.
command_line.AppendSwitchASCII(switches::kEnableOopRasterization,
"Enabled");

// Brave's sync protocol does not use the sync service url
command_line.AppendSwitchASCII(switches::kSyncServiceURL,
Expand Down

0 comments on commit 0184088

Please sign in to comment.