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

Unified Diff: base/time.cc

Issue 11453012: Fix black background when locking with fullscreen window: (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Tune animation timings Created 8 years 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
« base/time.h ('K') | « base/time.h ('k') | base/time_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/time.cc
diff --git a/base/time.cc b/base/time.cc
index e5afa12b7d091dac5700713d7f2e181ab63a06a6..40001af1153e1be05bef7039830f8054129d88df 100644
--- a/base/time.cc
+++ b/base/time.cc
@@ -18,6 +18,9 @@
namespace base {
+//static
brettw 2012/12/12 00:35:09 Can you add a space after //
Denis Kuznetsov (DE-MUC) 2012/12/12 19:20:12 Done.
+TimeFactory* TimeFactory::instance_ = NULL;
+
namespace {
#if defined(OS_WIN)
inline bool isnan(double num) { return !!_isnan(num); }
« base/time.h ('K') | « base/time.h ('k') | base/time_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698