| 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;
|
| }
|
|
|
|
|