Commit ab2fcdc2 authored by Khushal's avatar Khushal Committed by Commit Bot

gpu: Enable OOP-R by default on mac.

The only blocker for this is the input latency regression which we hope
to recover with skbug.com/9455. But the regression is in the order of
4 to 11% at the 99th percentile, which is not severe enough to hold back
the rollout.

Bug: 757605
Change-Id: I77618b2b1de99c9367e85fa10a445f387380b243
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929637
Auto-Submit: Khushal <khushalsagar@chromium.org>
Reviewed-by: default avatarVictor Miura <vmiura@chromium.org>
Commit-Queue: Khushal <khushalsagar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718965}
parent 000fab70
...@@ -55,7 +55,7 @@ const base::Feature kDefaultEnableGpuRasterization{ ...@@ -55,7 +55,7 @@ const base::Feature kDefaultEnableGpuRasterization{
// Enable out of process rasterization by default. This can still be overridden // Enable out of process rasterization by default. This can still be overridden
// by --enable-oop-rasterization or --disable-oop-rasterization. // by --enable-oop-rasterization or --disable-oop-rasterization.
#if defined(OS_ANDROID) || defined(OS_CHROMEOS) #if defined(OS_ANDROID) || defined(OS_CHROMEOS) || defined(OS_MACOSX)
const base::Feature kDefaultEnableOopRasterization{ const base::Feature kDefaultEnableOopRasterization{
"DefaultEnableOopRasterization", base::FEATURE_ENABLED_BY_DEFAULT}; "DefaultEnableOopRasterization", base::FEATURE_ENABLED_BY_DEFAULT};
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment