[Webkit-unassigned] [Bug 44367] Accelerated Compositing is off by default even ACCELERATED_COMPOSITING flag is set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 23 10:05:07 PDT 2010


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





--- Comment #1 from Dan <dan.strashenko at nokia.com>  2010-08-23 10:05:07 PST ---
Ok, the reason for QtTestBrowser not to use accelerated composition is that it has to run with "-graphicsbased" flag but by default "run-launcher" does not specify it even when compiled with ACCELERATED_COMPOSITING flag. So the issue is rather with QtTestBrowser or lack of documentation on accelerated composition.
QtTestBrowser could change this pure run-time verification
    if (args.contains("-graphicsbased"))
        windowOptions.useGraphicsView = true;
to be based on compile time flag ACCELERATED_COMPOSITING.
Thanks.

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