| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 51310700607629f207f308f727d46b75fd9e197f..8ad1250ec5b898f3cb1f0b864ab7177e59545b5e 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -177,8 +177,14 @@ const base::Feature kRafAlignedTouchInputEvents{
|
|
|
| // If Pepper 3D Image Chromium is allowed, this feature controls whether it is
|
| // enabled.
|
| -const base::Feature kPepper3DImageChromium{"Pepper3DImageChromium",
|
| - base::FEATURE_ENABLED_BY_DEFAULT};
|
| +const base::Feature kPepper3DImageChromium{
|
| + "Pepper3DImageChromium",
|
| +#if defined(OS_MACOSX)
|
| + base::FEATURE_ENABLED_BY_DEFAULT
|
| +#else
|
| + base::FEATURE_DISABLED_BY_DEFAULT
|
| +#endif
|
| +};
|
|
|
| // Throttle Blink's rendering pipeline based on frame visibility.
|
| const base::Feature kRenderingPipelineThrottling{
|
|
|