| Index: ui/gl/test/gl_image_test_template.h
|
| diff --git a/ui/gl/test/gl_image_test_template.h b/ui/gl/test/gl_image_test_template.h
|
| index 51bcca4c306873980bb9dcda9f9c8c10acbb4d34..f12bafbe9d527006bcdb357089fa62d8a0ddedea 100644
|
| --- a/ui/gl/test/gl_image_test_template.h
|
| +++ b/ui/gl/test/gl_image_test_template.h
|
| @@ -225,12 +225,12 @@ TYPED_TEST_P(GLImageZeroInitializeTest, ZeroInitialize) {
|
| #if defined(OS_MACOSX)
|
| // This functionality is disabled on Mavericks because it breaks PDF
|
| // rendering. https://crbug.com/594343.
|
| - if (base::mac::IsOSMavericks())
|
| + if (base::mac::IsOS10_9())
|
| return;
|
|
|
| // This functionality is disabled on Yosemite because it is suspected of
|
| // causing performance regressions on old hardware. https://crbug.com/606850.
|
| - if (base::mac::IsOSYosemite())
|
| + if (base::mac::IsOS10_10())
|
| return;
|
| #endif
|
|
|
|
|