[Webkit-unassigned] [Bug 85588] New: [EFL] Refactor ewk_view_context_paint code.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 4 01:00:37 PDT 2012


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

           Summary: [EFL] Refactor ewk_view_context_paint code.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: t.morawski at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


The main purpose of this change is reduce size of ewk_view.h/cpp files and make use of 
ewk_view_context_paint object by ewk_view_single and ewk_view_tiled instead of direct 
operations on cairo. The code is more objective and looks very simple now. Remove 
ewk_view_context_paint code from ewk_view h/cpp file and move it to separate new 
ewk_context_paint file. The ewk_view_context_paint has been renamed to 
ewk_context_paint and it is not binded to view on creation time.

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