| Index: content/browser/gpu/compositor_util.cc
|
| diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
|
| index b0e9cdd4d28b3879fb5eacc55219e92a74bd58fd..8d9e1b6a27268427dcf2fa6207765eafff433e5e 100644
|
| --- a/content/browser/gpu/compositor_util.cc
|
| +++ b/content/browser/gpu/compositor_util.cc
|
| @@ -310,7 +310,7 @@ bool IsMainFrameBeforeActivationEnabled() {
|
| if (command_line.HasSwitch(cc::switches::kEnableMainFrameBeforeActivation))
|
| return true;
|
|
|
| - return base::FeatureList::IsEnabled(features::kMainFrameBeforeActivation);
|
| + return true;
|
| }
|
|
|
| base::DictionaryValue* GetFeatureStatus() {
|
|
|