| Index: cc/CCFrameRateController.h
|
| diff --git a/cc/CCFrameRateController.h b/cc/CCFrameRateController.h
|
| index 0aa3fdfd5eea88f008b08c1f3cd114c614d66bb4..a609c38769dbf2d6dad70ac8c7c530a508fd2243 100644
|
| --- a/cc/CCFrameRateController.h
|
| +++ b/cc/CCFrameRateController.h
|
| @@ -50,6 +50,7 @@ public:
|
| double nextTickTimeIfActivated();
|
|
|
| void setTimebaseAndInterval(double timebase, double intervalSeconds);
|
| + void setSwapBuffersCompleteSupported(bool);
|
|
|
| protected:
|
| friend class CCFrameRateControllerTimeSourceAdapter;
|
| @@ -66,6 +67,7 @@ protected:
|
| RefPtr<CCTimeSource> m_timeSource;
|
| OwnPtr<CCFrameRateControllerTimeSourceAdapter> m_timeSourceClientAdapter;
|
| bool m_active;
|
| + bool m_swapBuffersCompleteSupported;
|
|
|
| // Members for unthrottled frame-rate.
|
| bool m_isTimeSourceThrottling;
|
|
|