[Webkit-unassigned] [Bug 69505] New: [EFL] Change data type of parameter in ewk_view_viewport_attributes_get()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 6 01:02:06 PDT 2011


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

           Summary: [EFL] Change data type of parameter in
                    ewk_view_viewport_attributes_get()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


ewk_view_viewport_attributes_get() has used implicit casting for width and height of viewport. However, it is better to use *int* data type as parameter data type instead of *float* casting.

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