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