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

Unified Diff: plugin/mac/graphics_utils_mac.mm

Issue 3083012: Tidying up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 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
« no previous file with comments | « plugin/cross/plugin_metrics.h ('k') | plugin/mac/o3d_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/mac/graphics_utils_mac.mm
===================================================================
--- plugin/mac/graphics_utils_mac.mm (revision 55159)
+++ plugin/mac/graphics_utils_mac.mm (working copy)
@@ -82,11 +82,11 @@
}
return result;
}
-
+
// Returns whether OS is 10.6 (Snow Leopard) or higher.
bool IsMacOSTenSixOrHigher() {
static bool isCached = false, result = false;
-
+
if (!isCached) {
SInt32 major = 0;
SInt32 minor = 0;
« no previous file with comments | « plugin/cross/plugin_metrics.h ('k') | plugin/mac/o3d_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698