[Webkit-unassigned] [Bug 29813] [WinCairo] 3D CSS Transforms are not implemented in WebKit for Windows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 28 11:51:12 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29813
--- Comment #1 from Brent Fulgham <bfulgham at webkit.org> 2009-09-28 11:51:12 PDT ---
Critical areas of the source base to consider are:
* WebCore/rendering (specifically the *Win.cpp implementations).
* WebCore/platform/graphics/mac/GraphicsLayerCA.mm must be ported to the
Windows platform (perhaps as platform/graphics/win/GraphicsLayerWin)
Of special concern is WebCore/rendering/RenderLayerCompositor.cpp, which does
the work of compositing the various elements onto the final surface for
display. Its implementation makes use of a call "atachRootGraphicsLayer",
which in turn calls the WebHTMLView classes "attachRootLayer" method, which in
turn uses the CoreAnimation "addSubview" method.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list