| Index: content/browser/gpu/compositor_util.cc
|
| diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
|
| index 1438e6a1d62fd0c2f2a8dc58981be72caede68dd..ff318df05d43dc34602dfd6bc8469bf0cd05fed9 100644
|
| --- a/content/browser/gpu/compositor_util.cc
|
| +++ b/content/browser/gpu/compositor_util.cc
|
| @@ -226,7 +226,7 @@ bool IsPartialRasterEnabled() {
|
| if (IsZeroCopyUploadEnabled())
|
| return false;
|
| const auto& command_line = *base::CommandLine::ForCurrentProcess();
|
| - return command_line.HasSwitch(switches::kEnablePartialRaster);
|
| + return !command_line.HasSwitch(switches::kDisablePartialRaster);
|
| }
|
|
|
| bool IsGpuMemoryBufferCompositorResourcesEnabled() {
|
|
|