[Webkit-unassigned] [Bug 140667] [WinCairo] Accelerated compositing should be disabled when graphics card does not support it.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 11 14:01:17 PST 2015


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

--- Comment #9 from peavo at outlook.com ---
(In reply to comment #7)
> Comment on attachment 246402 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=246402&action=review
> 

Thanks for the review :)

> > Source/WebKit/win/WebCoreSupport/AcceleratedCompositingContext.cpp:254
> > +    HWND testWindow = ::CreateWindowEx(WS_EX_NOACTIVATE, defWndProcWindowClassName(), L"AcceleratedCompositingTesterWindow", WS_POPUP | WS_VISIBLE | WS_DISABLED, -width, -height, width, height, 0, 0, 0, 0);
> 
> Is this visible?  Does it make a flash on the screen?  Does an invisible
> test work?
> 

It's not visible. I'm not sure how it would be with multiple monitors, though. I tested with an invisible window, but that didn't work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150211/96770345/attachment-0002.html>


More information about the webkit-unassigned mailing list