From 28d86e9accd617bd5cd74056cbb32a6a880142b1 Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Fri, 25 Jan 2019 09:48:32 -0500 Subject: [PATCH] Don't disable Viz Service Display Compositor to match Chrome 72 --- app/brave_main_delegate.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/brave_main_delegate.cc b/app/brave_main_delegate.cc index 892d2a5e4bce..d259cbd7c0f2 100644 --- a/app/brave_main_delegate.cc +++ b/app/brave_main_delegate.cc @@ -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" @@ -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