Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / tools / timer / Timer.cpp
index 4f3fc85..a9f04af 100644 (file)
@@ -6,7 +6,7 @@
  */
 #include "Timer.h"
 
-Timer::Timer(SkGLContextHelper* gl)
+Timer::Timer(SkGLContext* gl)
         : fCpu(-1.0)
         , fWall(-1.0)
         , fTruncatedCpu(-1.0)