[Webkit-unassigned] [Bug 70873] [EFL] Invalidation request outside of visible area doesn't seem to occur when tiled view is used.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 23:48:29 PST 2011


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





--- Comment #7 from Grzegorz <g.czajkowski at samsung.com>  2011-11-15 23:48:29 PST ---
Thanks for your changes. 

View in context: https://bugs.webkit.org/attachment.cgi?id=115321&action=review

> Source/WebKit/efl/ewk/ewk_view.cpp:3203
> + * Function sets if dirty areas should be repainted even if they are out of the screen

I would rather write: 
 * Allows to repaint the frame completely even if the areas are out of the screen
 * when @ewkView is an instance of ewk_view_tiled.

> Source/WebKit/efl/ewk/ewk_view.cpp:3206
> + * @param ewkView view object.

Please do not use dot at the end of parameters' description.

> Source/WebKit/efl/ewk/ewk_view.cpp:3208
> +void ewk_view_frame_view_creation_notify(const Evas_Object* ewkView)

In my opinion ewkView shouldn't have const modifier here because ewkView will be changed by ewk_frame_paint_full_set. As you can see this function doesn't have const.
I should mention about this in my previous review. I am sorry for this.

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