Chromium Code Reviews| Index: tools/timer/Timer.cpp |
| diff --git a/tools/timer/Timer.cpp b/tools/timer/Timer.cpp |
| index 4f3fc85cff1912678c832546dfd49e7bec58d22d..a9f04afe756ea1cb3f01c8ea1958f16a51adc2b3 100644 |
| --- a/tools/timer/Timer.cpp |
| +++ b/tools/timer/Timer.cpp |
| @@ -6,7 +6,7 @@ |
| */ |
| #include "Timer.h" |
| -Timer::Timer(SkGLContextHelper* gl) |
| +Timer::Timer(SkGLContext* gl) |
| : fCpu(-1.0) |
| , fWall(-1.0) |
| , fTruncatedCpu(-1.0) |