 Chromium Code Reviews
 Chromium Code Reviews Issue 11453012:
  Fix black background when locking with fullscreen window:  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master
    
  
    Issue 11453012:
  Fix black background when locking with fullscreen window:  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master| Index: base/time.cc | 
| diff --git a/base/time.cc b/base/time.cc | 
| index e5afa12b7d091dac5700713d7f2e181ab63a06a6..4c6ac0d1bbda1da1388aaf5c9099a73f7dad45d9 100644 | 
| --- a/base/time.cc | 
| +++ b/base/time.cc | 
| @@ -18,6 +18,9 @@ | 
| namespace base { | 
| +// static | 
| +TimeFactory* TimeFactory::instance_ = NULL; | 
| + | 
| namespace { | 
| #if defined(OS_WIN) | 
| inline bool isnan(double num) { return !!_isnan(num); } |