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

Unified Diff: ui/gl/test/gl_image_test_template.h

Issue 2288003002: Delete IsAtLeastOS10_9() and IsAtMostOS10_9() (Closed)
Patch Set: Created 4 years, 4 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
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 f12bafbe9d527006bcdb357089fa62d8a0ddedea..b1ee8329b790323b1426a1e3f8d9a4d3435185b7 100644
--- a/ui/gl/test/gl_image_test_template.h
+++ b/ui/gl/test/gl_image_test_template.h
@@ -225,7 +225,7 @@ 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::IsOS10_9())
+ if (!base::mac::IsAtLeastOS10_10())
Mark Mentovai 2016/08/29 17:57:56 Considering the very next line, you should unify t
Sidney San Martín 2016/08/29 19:26:14 Done.
return;
// This functionality is disabled on Yosemite because it is suspected of

Powered by Google App Engine
This is Rietveld 408576698