[Webkit-unassigned] [Bug 56514] [chromium] Properly reset VideoLayerChromium textures after lost renderer context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 18:55:50 PDT 2011


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





--- Comment #2 from Kenneth Russell <kbr at google.com>  2011-03-16 18:55:50 PST ---
(From update of attachment 86017)
View in context: https://bugs.webkit.org/attachment.cgi?id=86017&action=review

> Source/WebCore/platform/graphics/chromium/VideoLayerChromium.cpp:96
> +    if (replacingRenderer)
> +        resetFrameParameters();

LayerChromium::setLayerRenderer() will call cleanupResources() if (layerRenderer() && layerRenderer() != renderer), which will call releaseCurrentFrame() which contains a call to resetFrameParameters(). Doesn't that make this override redundant?

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