Bug 100168

Summary: [EFL][WK2][AC] Black screen in web inspector window with AC on
Product: WebKit Reporter: Yael <yael>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, laszlo.gombos, lucas.de.marchi, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Yael
Reported 2012-10-23 15:53:10 PDT
When AC flag is turned on, the only evas engine that is currently supported is opengl_x11. This has to be passed to ecore_evas_new when creating an inspector window. Patch is coming.
Attachments
Patch (1.55 KB, patch)
2012-10-23 16:22 PDT, Yael
no flags
Yael
Comment 1 2012-10-23 16:22:57 PDT
Created attachment 170265 [details] Patch When ACCELERATED_COMPOSITING flag is turned on, and using X11, pass "opengl_x11" engine name to ecore_evas_new when creating a web inspector window. It is guaranteed to be available, because we wouldn't be able to create a main window if it wasn't.
WebKit Review Bot
Comment 2 2012-10-24 01:35:32 PDT
Comment on attachment 170265 [details] Patch Clearing flags on attachment: 170265 Committed r132329: <http://trac.webkit.org/changeset/132329>
WebKit Review Bot
Comment 3 2012-10-24 01:35:37 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.