diff options
Diffstat (limited to 'Source/JavaScriptCore/wtf')
-rw-r--r-- | Source/JavaScriptCore/wtf/Platform.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/wtf/Platform.h b/Source/JavaScriptCore/wtf/Platform.h index 4f9fd3c..7429d98 100644 --- a/Source/JavaScriptCore/wtf/Platform.h +++ b/Source/JavaScriptCore/wtf/Platform.h @@ -1308,4 +1308,8 @@ #define WTF_USE_UNIX_DOMAIN_SOCKETS 1 #endif +#if PLATFORM(MAC) || PLATFORM(ANDROID) +#define WTF_USE_REQUEST_ANIMATION_FRAME_TIMER 1 +#endif + #endif /* WTF_Platform_h */ |