|
There is a plan afoot to call RenderLayer::updateCompositingLayers less frequently and in a well defined phase. This patch reworks the updating of composited scrolling to be tied to updateCompositingLayers. Rather than updating m_needsCompositedScrolling whenever it may change, we simply dirty state and clean it in updateCompositingLayers.
BUG=
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+461 lines, -106 lines) |
Patch |
 |
A |
LayoutTests/compositing/overflow/automatically-opt-into-composited-scrolling-after-style-change.html
|
View
|
1
2
|
1 chunk |
+222 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/compositing/overflow/automatically-opt-into-composited-scrolling-after-style-change-expected.txt
|
View
|
1
2
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/compositing/overflow/dynamic-composited-scrolling-status.html
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/WebCore/page/FrameView.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/page/FrameView.cpp
|
View
|
1
2
|
3 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/rendering/RenderLayer.h
|
View
|
1
2
|
6 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/rendering/RenderLayer.cpp
|
View
|
1
2
|
31 chunks |
+140 lines, -99 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/rendering/RenderLayerCompositor.h
|
View
|
1
2
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/WebCore/rendering/RenderLayerCompositor.cpp
|
View
|
1
2
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|