[Webkit-unassigned] [Bug 66814] [chromium] Renderer crashes when about:gpucrash is loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 16:10:04 PDT 2011


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #104924|review?                     |review-
               Flag|                            |




--- Comment #2 from James Robinson <jamesr at chromium.org>  2011-08-23 16:10:04 PST ---
(From update of attachment 104924)
View in context: https://bugs.webkit.org/attachment.cgi?id=104924&action=review

> Source/WebKit/chromium/src/WebViewImpl.cpp:2667
> +    // Force ViewHostMsg_DidActivateAcceleratedCompositing to be sent so
> +    // that the browser process can reacquire surfaces.
> +    m_isAcceleratedCompositingActive = false;
> +    setIsAcceleratedCompositingActive(success);

why is this different from the previous logic?

looks like you broke page overlays here, any particular reason to change that logic too?

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