[Webkit-unassigned] [Bug 82315] [Texmap][EFL] Implementation of AC related functions in ChromeClientEfl and ewkView.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 26 02:56:38 PDT 2012


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





--- Comment #26 from Hyowon Kim <hw1008.kim at samsung.com>  2012-10-26 02:57:46 PST ---
> > Source/WebKit/efl/ewk/ewk_view.cpp:255
> > +    bool compositingActive;
> isCompositingActive

Done.

> > Source/WebKit/efl/ewk/ewk_view.cpp:960
> > +    if (priv->compositingObject)
> > +        evas_object_del(priv->compositingObject);
> use RefPtr they support evas objects

Done.

> > Source/WebKit/efl/ewk/ewk_view.cpp:4572
> > +void ewk_view_root_graphics_layer_set(Evas_Object* ewkView, WebCore::GraphicsLayer* rootLayer)
> Why cant these be in the EwkViewImpl ?

This patch is for WK1.

> > Source/WebKit/efl/ewk/ewk_view.cpp:4577
> > +    bool active = rootLayer ? true : false;
> = !!rootLayer

Done.

Thanks you for your review.

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