Skip to content

Commit

Permalink
[M106 Merge] Enable CALayerTreeOptimization by default on Mac
Browse files Browse the repository at this point in the history
(cherry picked from commit fcdc38d)

Bug: 1294936
Change-Id: Ib48b5320cf3e6348c7ec93540710db2fca7c92b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3840403
Auto-Submit: Maggie Chen <magchen@chromium.org>
Reviewed-by: ccameron chromium <ccameron@chromium.org>
Commit-Queue: ccameron chromium <ccameron@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1036968}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3845952
Commit-Queue: Maggie Chen <magchen@chromium.org>
Cr-Commit-Position: refs/branch-heads/5249@{#17}
Cr-Branched-From: 4f7bea5-refs/heads/main@{#1036826}
  • Loading branch information
Maggie Chen authored and Chromium LUCI CQ committed Aug 22, 2022
1 parent d34ab81 commit 09f8f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/accelerated_widget_mac/ca_renderer_layer_tree.mm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
constexpr int kOutputLevel = 4;

base::Feature kCALayerTreeOptimization{"CALayerTreeOptimization",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};

void RecordIOSurfaceHistograms(
int changed_io_surfaces_during_commit,
Expand Down

0 comments on commit 09f8f98

Please sign in to comment.