Commit 18aa275b authored by Sergey Ulanov's avatar Sergey Ulanov Committed by Commit Bot

[Fuchsia] Enable OOP UI raster by default

This is no-op: we don't have any chrome UI on Fuchsia, but we will
want to use OOP when any UI is added.

Bug: 962617
Change-Id: I9aea13556e2c49101f15d1935f465de353964c9f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611220Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#659471}
parent af39eafb
......@@ -45,7 +45,7 @@ bool IsNotificationIndicatorEnabled() {
// Enables GPU rasterization for all UI drawing (where not blacklisted).
const base::Feature kUiGpuRasterization = {"UiGpuRasterization",
#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
#if defined(OS_MACOSX) || defined(OS_CHROMEOS) || defined(OS_FUCHSIA)
base::FEATURE_ENABLED_BY_DEFAULT
#else
base::FEATURE_DISABLED_BY_DEFAULT
......
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