[Webkit-unassigned] [Bug 87567] New: [BlackBerry] Add an Overlay layer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 22:21:50 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87567

           Summary: [BlackBerry] Add an Overlay layer
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: anilsson at rim.com
                CC: tonikitoo at webkit.org
        Depends on: 87565


The overlay layer allows us to have compositing layers even though the
            web page is not currently using accelerated compositing.

            These layers can be used to implement tap highlight, inspector overlay
            and more.

            Reviewed by Filip Spacek.


            The WebCore changes support the overlay layer functionality in WebKit
            by making it possible to add animations from the compositing thread
            without them being instantly overwritten during the next commit.

            Also a new custom layer type is added, which allow an overlay layer to
            draw itself using raw OpenGL calls. An instance of a custom subclass of
            LayerCompositingThread must be provided when creating the
            LayerWebKitThread. Then, the custom layer can be used as the content
            layer of a GraphicsLayer, or by itself.

-- 
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