Summary: | [UI-side compositing] fix reflections on composited layers | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||||||
Component: | New Bugs | Assignee: | Simon Fraser (smfr) <simon.fraser> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | commit-queue, eric.carlson, glenn, gyuyoung.kim, jer.noble, kondapallykalyan, philipj, sergio, simon.fraser, thorton | ||||||||
Priority: | P2 | ||||||||||
Version: | 528+ (Nightly build) | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Attachments: |
|
Description
Simon Fraser (smfr)
2014-06-16 08:39:38 PDT
Created attachment 233161 [details]
WIP patch
Created attachment 233217 [details]
Patch
FYI, efl-wk2 ews is false alarm. I succeed to build WebKit EFL2 with this patch locally. Created attachment 233236 [details]
Patch
Comment on attachment 233236 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=233236&action=review > Source/WebCore/ChangeLog:12 > + This layer may be told that its content need updating out of order during contents > Source/WebCore/ChangeLog:16 > + In the UI process, a new step is added to emoteLayerTreeHost::updateLayerTree() *Re*mote > Source/WebCore/platform/graphics/ca/mac/PlatformCALayerMac.mm:330 > + CALayer* caLayer = layer->m_layer.get(); star on the wrong side. isn't there a platformLayer getter, too? > Source/WebKit2/WebProcess/WebPage/mac/PlatformCALayerRemote.cpp:201 > + m_context->layerPropertyChangedInTransactionBuilding(this); WhileBuildingTransaction? |