Bug 228100 - [WinCairo][GraphicsLayerTextureMapper] DrawingAreaProxyCoordinatedGraphics doesn't enter accelerated compositing mode
Summary: [WinCairo][GraphicsLayerTextureMapper] DrawingAreaProxyCoordinatedGraphics do...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-07-20 00:26 PDT by Fujii Hironori
Modified: 2021-08-16 12:59 PDT (History)
10 users (show)

See Also:


Attachments
Patch (6.38 KB, patch)
2021-07-20 00:33 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff
Patch (6.38 KB, patch)
2021-08-15 17:09 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2021-07-20 00:26:11 PDT
[WinCairo][GraphicsLayerTextureMapper] DrawingAreaProxyCoordinatedGraphics doesn't enter accelerated compositing mode

DrawingAreaProxyCoordinatedGraphics::enterAcceleratedCompositingMode isn't called at all.
LayerTreeHost::m_layerTreeContext.contextID should be initialized.
DrawingAreaCoordinatedGraphics::layerHostDidFlushLayers should be called after setShouldNotifyAfterNextScheduledLayerFlush(true).
Comment 1 Fujii Hironori 2021-07-20 00:33:14 PDT
Created attachment 433853 [details]
Patch
Comment 2 Fujii Hironori 2021-08-15 17:09:43 PDT
Created attachment 435575 [details]
Patch
Comment 3 Fujii Hironori 2021-08-16 12:58:04 PDT
Comment on attachment 435575 [details]
Patch

Clearing flags on attachment: 435575

Committed r281102 (240561@main): <https://commits.webkit.org/240561@main>
Comment 4 Fujii Hironori 2021-08-16 12:58:08 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2021-08-16 12:59:17 PDT
<rdar://problem/81994730>