Changeset 88655 in webkit


Ignore:
Timestamp:
Jun 13, 2011 11:09:45 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 WebLayerTreeInfo: a set of structures that can serialize a tree of GraphicsLayers
across to the UI process.

Together with Viatcheslav Ostapenko.

  • Scripts/webkit2/messages.py:
  • Shared/WebLayerTreeInfo.cpp: Added.
  • Shared/WebLayerTreeInfo.h: Added.
Location:
trunk/Source/WebKit2
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r88654 r88655  
     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 WebLayerTreeInfo: a set of structures that can serialize a tree of GraphicsLayers
     9        across to the UI process.
     10
     11        Together with Viatcheslav Ostapenko.
     12
     13        * Scripts/webkit2/messages.py:
     14        * Shared/WebLayerTreeInfo.cpp: Added.
     15        * Shared/WebLayerTreeInfo.h: Added.
     16
    1172011-06-11  Jer Noble  <jer.noble@apple.com>
    218
Note: See TracChangeset for help on using the changeset viewer.