[webkit-reviews] review requested: [Bug 54624] [EFL] Fix coding style errors in ewk_view.h : [Attachment 82889] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 17 18:43:22 PST 2011


Gyuyoung Kim <gyuyoung.kim at samsung.com> has asked  for review:
Bug 54624: [EFL] Fix coding style errors in ewk_view.h
https://bugs.webkit.org/show_bug.cgi?id=54624

Attachment 82889: Patch
https://bugs.webkit.org/attachment.cgi?id=82889&action=review

------- Additional Comments from Gyuyoung Kim <gyuyoung.kim at samsung.com>
I remove unmeaning parameters in ewk_view.h.

And, I change "n" with "number" in ewk_view_pre_render_relative_radius().

EAPI Eina_Bool	  ewk_view_pre_render_relative_radius(Evas_Object *o, unsigned
int n);
=>
EAPI Eina_Bool	  ewk_view_pre_render_relative_radius(Evas_Object*, unsigned
int number);


More information about the webkit-reviews mailing list