[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 15:57:50 PST 2012


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





--- Comment #5 from Laszlo Gombos <laszlo.gombos at webkit.org>  2012-11-06 15:59:21 PST ---
(From update of attachment 172660)
View in context: https://bugs.webkit.org/attachment.cgi?id=172660&action=review

> Source/WebKit2/UIProcess/API/efl/tests/UnitTestUtils/EWK2UnitTestBase.cpp:52
> +    m_ecoreEvas = ecore_evas_gl_x11_new(0, 0, 0, width, height, 0);

Perhaps we use ecore_evas_new, just like in WebInspectorProxyEfl.cpp.

const char* engine = "opengl_x11";
m_ecoreEvas = ecore_evas_new(engine, 0, 0, width, height, 0);

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