[Webkit-unassigned] [Bug 76987] [EFL] Add API to get tile size.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 26 21:37:03 PST 2012


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


Ryuan Choi <ryuan.choi at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ryuan.choi at samsung.com




--- Comment #7 from Ryuan Choi <ryuan.choi at samsung.com>  2012-01-26 21:37:03 PST ---
(In reply to comment #6)
> (From update of attachment 123894 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=123894&action=review
> 
> >> Source/WebKit/efl/ewk/ewk_tiled_backing_store.cpp:2049
> >> +void ewk_tiled_backing_store_tile_size_get(const Evas_Object* ewkBackingStore, Evas_Coord* tileWidth, Evas_Coord* tileHeight)
> > 
> > Can we use int instead of Evas_Coord for internal functions ?
> > 
> > And how do you think about using IntSize ?
> 
> Many ewk files are using Evas_Coord. I think we need to decide if internal functions use WebKit data type instead of EFL data type. In my opinion, we have to use EFL data type until we decide this policy.

OK, it make sense although I still like IntSize.

I believe that IntSize can remove unnecessary if statements.

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