[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 01:53:19 PDT 2012


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





--- Comment #22 from Hyowon Kim <hw1008.kim at samsung.com>  2012-10-26 01:54:25 PST ---
(In reply to comment #17)
> (From update of attachment 170795 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=170795&action=review
> > Source/WebKit/efl/ewk/ewk_view.cpp:255
> > +    bool compositingActive;
> Do you really need this "compositingActive" . IMHO, it is enough to check that acceleratedCompositingContext exists.

The instance of ACContextEfl is created, the first time the root layer is attached.
If the root layer is 0, compositingActive is false but ACContextEfl still exists.
The compositingActive can be changed regardless of ACContextEfl.

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