[Webkit-unassigned] [Bug 73430] [EFL] Add pre-rendering implementation.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 16:58:03 PST 2011


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





--- Comment #4 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2011-11-30 16:58:03 PST ---
(From update of attachment 117177)
View in context: https://bugs.webkit.org/attachment.cgi?id=117177&action=review

> Source/WebKit/efl/ewk/ewk_private.h:51
> +#define ARGB_BYTES_SIZE 4

I think it is better to use EWK_ prefix to recognize that this macro is defined by ewebkit.

> Source/WebKit/efl/ewk/ewk_util.h:34
> +int ewk_util_rect_collision_check(int destinationX, int destinationY, int destinationWidth, int destinationHeight, int sourceX, int sourceY, int sourceWidth, int sourceHeight);

I'm not sure if we have to put this function on ewk_util.cpp. Will this function be able to be used by single backing store ?

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