[Webkit-unassigned] [Bug 114742] [texmap] draw content if graphics layer displays a video

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 3 06:34:01 PDT 2013


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





--- Comment #19 from Noam Rosenthal <noam at webkit.org>  2013-05-03 06:32:23 PST ---
(From update of attachment 200400)
View in context: https://bugs.webkit.org/attachment.cgi?id=200400&action=review

Where is the code that uses the new function?

> Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.h:112
> +    virtual void setLayerNeedsDisplay() { setContentsNeedsDisplay(); }

Let's call this setPlatformLayerNeedsDisplay?
Also add OVERRIDE.

> Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayer.h:47
> +    void setClient(TextureMapperPlatformLayer::Client* client) { m_client = client; }

Maybe new line before and after?

> Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayer.h:56
> +    void setLayerNeedsDisplay()

I think this should be done in the actual layer implementation.

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