| 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..e6cb2f7deb7db2e8b44d388bfda4c86b34da2148 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{
|
|
|