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