diff options
Diffstat (limited to 'Source/WebCore/dom/RequestAnimationFrameCallback.h')
-rw-r--r-- | Source/WebCore/dom/RequestAnimationFrameCallback.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/dom/RequestAnimationFrameCallback.h b/Source/WebCore/dom/RequestAnimationFrameCallback.h index f1347268a..52580dc53 100644 --- a/Source/WebCore/dom/RequestAnimationFrameCallback.h +++ b/Source/WebCore/dom/RequestAnimationFrameCallback.h @@ -42,6 +42,7 @@ public: int m_id; bool m_firedOrCancelled; + bool m_useLegacyTimeBase; }; } |