[Webkit-unassigned] [Bug 101384] [EFL] [WK2] API test crash with accelerated compositing on.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 13:58:49 PST 2012


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





--- Comment #2 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-11-06 14:00:20 PST ---
(From update of attachment 172635)
View in context: https://bugs.webkit.org/attachment.cgi?id=172635&action=review

> Source/WebKit2/ChangeLog:11
> +        Create GL engine instead of default for API tests if webkit is compiled
> +        with enabled accelerated compositing and initialize GL surface in 
> +        _ewk_view_smart_calculate if first resize and display come before
> +        enterAcceleratedCompositingMode call.

I have a hard time understanding what you are saying here.

> Source/WebKit2/UIProcess/API/efl/ewk_view.cpp:-393
>  #if USE(ACCELERATED_COMPOSITING)
>          // Recreate surface if needed.
> -        if (impl->evasGLSurface()) {
> +        if (impl->evasGLSurface())
>              impl->clearEvasGLSurface();
> +
>              impl->createGLSurface(IntSize(width, height));
> -        }

Then now indentation is wrong

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