Skip to content
  • commit-queue@webkit.org's avatar
    [GTK] requestAnimationFrame support for gtk port · ce2769c4
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=66280
    
    Patch by ChangSeok Oh <shivamidow@gmail.com> on 2011-09-20
    Reviewed by Martin Robinson.
    
    .:
    
    * configure.ac: Add an option to enable requestAnimationFrame for gtk port.
    
    Source/JavaScriptCore:
    
    Let GTK port use REQUEST_ANIMATION_FRAME_TIMER.
    
    * wtf/Platform.h:
    
    Source/WebCore:
    
    Add some files to build-target & activate ENABLE_REQUEST_ANIMATION_FRAME flag
    when enabling requestAnimationFrame option.
    
    fast/animation/request-animation-frame-cancel.html
    fast/animation/request-animation-frame-cancel2.html
    fast/animation/request-animation-frame-display.html
    fast/animation/request-animation-frame-during-modal.html
    fast/animation/request-animation-frame-timestamps.html
    fast/animation/request-animation-frame-within-callback.html
    fast/animation/request-animation-frame.html
    
    * GNUmakefile.am:
    * GNUmakefile.list.am:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95564 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    ce2769c4