Commit 3ce69ba3 by Jamie Madill Committed by Commit Bot

Fix Win32Timer's Frequency init.

This could cause some problems on the perf bots. Bug: angleproject:2908 Change-Id: If12e5939ba80b3fd0b9609e7b76df6045e60cb94 Reviewed-on: https://chromium-review.googlesource.com/c/1301849Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent e9503ae9
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "windows/WindowsTimer.h" #include "windows/WindowsTimer.h"
WindowsTimer::WindowsTimer() : mRunning(false), mStartTime(0), mStopTime(0) WindowsTimer::WindowsTimer() : mRunning(false), mStartTime(0), mStopTime(0), mFrequency(0)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment