Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Unified Diff: ui/accelerated_widget_mac/ca_layer_tree_coordinator.mm

Issue 2412123002: Mac color: Apply Sierra workaround unconditionally (Closed)
Patch Set: Mac color: Apply Sierra workaround unconditionally Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accelerated_widget_mac/ca_layer_tree_coordinator.mm
diff --git a/ui/accelerated_widget_mac/ca_layer_tree_coordinator.mm b/ui/accelerated_widget_mac/ca_layer_tree_coordinator.mm
index 05d85c50ecec16f96a2f71aea4615589daf2f101..187983ca1730c97211c0970266d952744ff4f7bf 100644
--- a/ui/accelerated_widget_mac/ca_layer_tree_coordinator.mm
+++ b/ui/accelerated_widget_mac/ca_layer_tree_coordinator.mm
@@ -63,7 +63,7 @@
}
if (!pending_ca_renderer_layer_tree_)
pending_ca_renderer_layer_tree_.reset(new CARendererLayerTree(
- allow_av_sample_buffer_display_layer_, base::mac::IsAtLeastOS10_12()));
+ allow_av_sample_buffer_display_layer_, false));
return pending_ca_renderer_layer_tree_.get();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698