Changes between Version 23 and Version 24 of CoordinatedGraphicsSystem


Ignore:
Timestamp:
Jan 31, 2013, 2:36:05 PM (12 years ago)
Author:
luxtella@company100.net
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CoordinatedGraphicsSystem

    v23 v24  
    206206
    207207[[BR]]
     208== [#=View the debug border & repaint count] ==
     209You can see the debug visuals when setting WEBKIT_SHOW_COMPOSITING_DEBUG_VISUALS environment value to 1 as follows.
     210> WEBKIT_SHOW_COMPOSITING_DEBUG_VISUALS=1 ./MiniBrowser
     211
     212[[BR]]
    208213== [#=CSSAnimations CSS Animation Support] ==
    209214Currently, in WebKit2, CSS animation frames are handled together with all other frames – the web process re-layouts for each frame, and sends the new transform/opacity/filter information together with the rest of the frame. The requestAnimationFrame feature, which allows synchronizing animations with the display refresh, is synchronized with CoordinatedLayerTreeHost to make sure those animation frames are interpolated as accurately and smoothly as possible, avoiding choppiness and throttling.