[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:19:17 PST 2012


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





--- Comment #6 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-01-26 21:19:17 PST ---
(From update of attachment 123894)
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.

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