Changeset 88659 in webkit


Ignore:
Timestamp:
Jun 13, 2011 11:22:24 AM (13 years ago)
Author:
noam.rosenthal@nokia.com
Message:

2011-06-13 No'am Rosenthal <noam.rosenthal@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Implement accelerated compositing on WK2 Qt port
https://bugs.webkit.org/show_bug.cgi?id=56935

Added WebGraphicsLayer, a subclass of WebCore::GraphicsLayer that serializes the state of the layer
tree to the UI process WebLayerTreeInfo.
For now this patch doesn't serialize the animation information, a feature that will be upstreamed later on.

Together with Viatcheslav Ostapenko.

  • WebProcess/WebCoreSupport/WebGraphicsLayer.cpp: Added.
  • WebProcess/WebCoreSupport/WebGraphicsLayer.h: Added.
Location:
trunk/Source/WebKit2
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r88655 r88659  
     12011-06-13  No'am Rosenthal  <noam.rosenthal@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Implement accelerated compositing on WK2 Qt port
     6        https://bugs.webkit.org/show_bug.cgi?id=56935
     7
     8        Added WebGraphicsLayer, a subclass of WebCore::GraphicsLayer that serializes the state of the layer
     9        tree to the UI process WebLayerTreeInfo.
     10        For now this patch doesn't serialize the animation information, a feature that will be upstreamed later on.
     11
     12        Together with Viatcheslav Ostapenko.
     13
     14        * WebProcess/WebCoreSupport/WebGraphicsLayer.cpp: Added.
     15        * WebProcess/WebCoreSupport/WebGraphicsLayer.h: Added.
     16
    1172011-06-13  No'am Rosenthal  <noam.rosenthal@nokia.com>
    218
Note: See TracChangeset for help on using the changeset viewer.