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

Unified Diff: content/browser/compositor/browser_compositor_overlay_candidate_validator_mac.mm

Issue 1830733003: Revert of Disable CALayer overlays on 10.9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@decode_cleanup
Patch Set: Created 4 years, 9 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: content/browser/compositor/browser_compositor_overlay_candidate_validator_mac.mm
diff --git a/content/browser/compositor/browser_compositor_overlay_candidate_validator_mac.mm b/content/browser/compositor/browser_compositor_overlay_candidate_validator_mac.mm
index e14bd68f85b4b8167b68eeb6eb63552df94bc09f..3e9886b0fc947e5bd2c255321d5c506ce52bbf5a 100644
--- a/content/browser/compositor/browser_compositor_overlay_candidate_validator_mac.mm
+++ b/content/browser/compositor/browser_compositor_overlay_candidate_validator_mac.mm
@@ -7,7 +7,6 @@
#include <stddef.h>
#include "base/command_line.h"
-#include "base/mac/mac_util.h"
#include "content/browser/gpu/gpu_data_manager_impl.h"
#include "gpu/config/gpu_driver_bug_workaround_type.h"
#include "ui/base/ui_base_switches.h"
@@ -39,12 +38,6 @@
if (software_mirror_active_ || ca_layers_disabled_ ||
overlays_disabled_at_command_line)
return false;
-
- // Temporarily disable CALayer overlays on 10.9 because it appears to be
- // buggy, see http://crbug.com/594343
- if (base::mac::IsOSMavericks())
- return false;
-
return true;
}
« 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