Index: Source/WebCore/page/DOMWindow.h |
=================================================================== |
--- Source/WebCore/page/DOMWindow.h (revision 139634) |
+++ Source/WebCore/page/DOMWindow.h (working copy) |
@@ -264,6 +264,7 @@ |
// WebKit animation extensions |
#if ENABLE(REQUEST_ANIMATION_FRAME) |
int requestAnimationFrame(PassRefPtr<RequestAnimationFrameCallback>); |
+ int webkitRequestAnimationFrame(PassRefPtr<RequestAnimationFrameCallback>); |
void cancelAnimationFrame(int id); |
#endif |