Skip to content

Commit

Permalink
Merge pull request #1453 from brave/gpu-0.60.x
Browse files Browse the repository at this point in the history
Don't disable Viz Service Display Compositor to match Chrome 72
  • Loading branch information
bbondy authored Jan 25, 2019
2 parents e6b22aa + 9a3c877 commit 9371c75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/brave_main_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "chrome/common/chrome_switches.h"
#include "components/autofill/core/common/autofill_features.h"
#include "components/password_manager/core/common/password_manager_features.h"
#include "components/viz/common/features.h"
#include "components/unified_consent/feature.h"
#include "content/public/common/content_features.h"
#include "extensions/common/extension_features.h"
Expand Down Expand Up @@ -135,7 +134,6 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
std::stringstream disabled_features;
disabled_features << features::kSharedArrayBuffer.name
<< "," << features::kDefaultEnableOopRasterization.name
<< "," << features::kVizDisplayCompositor.name
<< "," << autofill::features::kAutofillSaveCardSignInAfterLocalSave.name
<< "," << features::kAudioServiceOutOfProcess.name
<< "," << autofill::features::kAutofillServerCommunication.name
Expand Down

0 comments on commit 9371c75

Please sign in to comment.