Bug 1127151. Part 4: Update TimeStamp::FromSystemTime with windows testing. r=kats

This commit is contained in:
Mason Chang 2015-02-13 17:17:28 +08:00
parent 1ac8beda09
commit e6f06e5cfc

View File

@ -392,7 +392,8 @@ public:
* retrieved by mozilla::TimeStamp. Since we need this for
* vsync timestamps, we enable the creation of mozilla::TimeStamps
* on platforms that support vsync aligned refresh drivers / compositors
* Verified true as of Nov 7, 2014: B2G and OS X
* Verified true as of Jan 31, 2015: B2G and OS X
* False on Windows 7
* UNTESTED ON OTHER PLATFORMS
*/
#if defined(MOZ_WIDGET_GONK) || defined(MOZ_WIDGET_COCOA)