Chromium Code Reviews| Index: mojo/examples/sample_app/gles2_client_impl.h |
| diff --git a/mojo/examples/sample_app/gles2_client_impl.h b/mojo/examples/sample_app/gles2_client_impl.h |
| index 300557addb1365517ffc205540792d14a2d3a96e..343da15a2861fa05899b77875327688ef8c8005f 100644 |
| --- a/mojo/examples/sample_app/gles2_client_impl.h |
| +++ b/mojo/examples/sample_app/gles2_client_impl.h |
| @@ -33,7 +33,7 @@ class GLES2ClientImpl : public GLES2ClientStub { |
| void StartTimer(); |
| base::Time last_time_; |
| - base::RepeatingTimer<GLES2ClientImpl> timer_; |
| + base::OneShotTimer<GLES2ClientImpl> timer_; |
|
abarth-chromium
2014/01/07 23:01:04
Is this change intentional?
Aaron Boodman
2014/01/07 23:22:38
Heh, no. Thanks.
|
| SpinningCube cube_; |
| gfx::PointF capture_point_; |
| gfx::PointF last_drag_point_; |