Bug 151986 - [ThreadedCompositor] Add support for Cairo GL-backed ImageBuffer.
Summary: [ThreadedCompositor] Add support for Cairo GL-backed ImageBuffer.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gwang Yoon Hwang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-08 02:27 PST by Gwang Yoon Hwang
Modified: 2015-12-08 06:20 PST (History)
1 user (show)

See Also:


Attachments
Patch (9.10 KB, patch)
2015-12-08 02:47 PST, Gwang Yoon Hwang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gwang Yoon Hwang 2015-12-08 02:27:30 PST
[ThreadedCompositor] Add support for Cairo GL-backed ImageBuffer.
Comment 1 Gwang Yoon Hwang 2015-12-08 02:47:31 PST
Created attachment 266873 [details]
Patch
Comment 2 Zan Dobersek 2015-12-08 05:21:56 PST
Comment on attachment 266873 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=266873&action=review

OK, r=me.

> Source/WebCore/platform/graphics/cairo/ImageBufferDataCairo.h:69
> +    virtual RefPtr<TextureMapperPlatformLayerProxy> proxy() const override { return m_platformLayerProxy.copyRef(); }
> +    virtual void swapBuffersIfNeeded() override;

Nit: we don't need the virtual specifier here.
Comment 3 WebKit Commit Bot 2015-12-08 06:20:48 PST
Comment on attachment 266873 [details]
Patch

Clearing flags on attachment: 266873

Committed r193748: <http://trac.webkit.org/changeset/193748>
Comment 4 WebKit Commit Bot 2015-12-08 06:20:51 PST
All reviewed patches have been landed.  Closing bug.