Skip to content

Commit

Permalink
[Fuchsia] Enable GPU rasterization by default
Browse files Browse the repository at this point in the history
Now DefaultEnableGpuRasterization is enabled by default on Fuchsia. It
doesn't have any effect yet, until we enable Vulkan and OOP-R.

Bug: 962617
Change-Id: Ieebc9ba8976e66123a26d76980924cb1ec86f843
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610220
Reviewed-by: Michael Spang <spang@chromium.org>
Reviewed-by: Antoine Labour <piman@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#659332}
  • Loading branch information
SergeyUlanov authored and Commit Bot committed May 14, 2019
1 parent cb3c6e2 commit 54c2794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu/config/gpu_finch_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const base::Feature kAndroidSurfaceControl{"AndroidSurfaceControl",
// Enable GPU Rasterization by default. This can still be overridden by
// --force-gpu-rasterization or --disable-gpu-rasterization.
#if defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_CHROMEOS) || \
defined(OS_ANDROID)
defined(OS_ANDROID) || defined(OS_FUCHSIA)
// DefaultEnableGpuRasterization has launched on Mac, Windows, ChromeOS, and
// Android.
const base::Feature kDefaultEnableGpuRasterization{
Expand Down

0 comments on commit 54c2794

Please sign in to comment.