Changes between Version 23 and Version 24 of CoordinatedGraphicsSystem
- Timestamp:
- Jan 31, 2013, 2:36:05 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CoordinatedGraphicsSystem
v23 v24 206 206 207 207 [[BR]] 208 == [#=View the debug border & repaint count] == 209 You 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]] 208 213 == [#=CSSAnimations CSS Animation Support] == 209 214 Currently, 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.