Changes between Version 4 and Version 5 of CoordinatedGraphicsSystem


Ignore:
Timestamp:
Aug 3, 2012 12:46:11 PM (12 years ago)
Author:
noam.rosenthal@nokia.com
Comment:

Fixed broken link

Legend:

Unmodified
Added
Removed
Modified
  • CoordinatedGraphicsSystem

    v4 v5  
    1791791. Render the view's background.
    180180
    181 The class that handles most of this is [/browser/trunk/Source/WebKit2/WebProcess/UIProcess/qt/QtWebPageSGNode.cpp QtWebPageSGNode]. Its main function, “render”, is used to translate QtScenegraph parameters to WebLayerTreeRenderer parameters. The SG node contains 3 nodes - a root node that controls the viewport transform, a background node, and a custom contents node which renders the actual web contents using WebLayerTreeRenderer.
     181The class that handles most of this is [/browser/trunk/Source/WebKit2/UIProcess/qt/QtWebPageSGNode.cpp QtWebPageSGNode]. Its main function, “render”, is used to translate QtScenegraph parameters to WebLayerTreeRenderer parameters. The SG node contains 3 nodes - a root node that controls the viewport transform, a background node, and a custom contents node which renders the actual web contents using WebLayerTreeRenderer.
    182182Some other functionality is in QQuickWebPage::updatePaintNode.
    183183