| Index: cc/frame_rate_controller.h
|
| diff --git a/cc/frame_rate_controller.h b/cc/frame_rate_controller.h
|
| index 681c6d20d65d4d746c30b3a267dda227d9fc36f9..c8a033e20e129cff8173335a4844938d6b9c2a39 100644
|
| --- a/cc/frame_rate_controller.h
|
| +++ b/cc/frame_rate_controller.h
|
| @@ -57,6 +57,9 @@ public:
|
| // This returns null for unthrottled frame-rate.
|
| base::TimeTicks nextTickTime();
|
|
|
| + // This returns now for unthrottled frame-rate.
|
| + base::TimeTicks lastTickTime();
|
| +
|
| void setTimebaseAndInterval(base::TimeTicks timebase, base::TimeDelta interval);
|
| void setSwapBuffersCompleteSupported(bool);
|
|
|
|
|