| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 0ed194494d772bc266116e5e6489112763c2618d..eddf60fd8985ac9219561740681b4382e632668b 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -43,17 +43,6 @@ const base::Feature kCompositeOpaqueScrollers{"CompositeOpaqueScrollers",
|
| const base::Feature kCredentialManagementAPI{"CredentialManagementAPI",
|
| base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| -// Enable GPU Rasterization by default. This can still be overridden by
|
| -// --force-gpu-rasterization or --disable-gpu-rasterization.
|
| -#if defined(OS_ANDROID) || defined(OS_MACOSX)
|
| -// DefaultEnableGpuRasterization has launched on Android and Mac.
|
| -const base::Feature kDefaultEnableGpuRasterization{
|
| - "DefaultEnableGpuRasterization", base::FEATURE_ENABLED_BY_DEFAULT};
|
| -#else
|
| -const base::Feature kDefaultEnableGpuRasterization{
|
| - "DefaultEnableGpuRasterization", base::FEATURE_DISABLED_BY_DEFAULT};
|
| -#endif
|
| -
|
| // Speculatively pre-evaluate Javascript which will likely use document.write to
|
| // load an external script. The feature extracts the written markup and sends it
|
| // to the preload scanner.
|
|
|