|
Set relayoutChildren to 'true' only if size change happens in Table
This patch passes 'true' value for layoutPositionedObjects() in case of size change.
It helps to avoid unneccessary setChildNeedsLayout() and setPreferredLogicalWidthsDirty() calls.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185144
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+128 lines, -98 lines) |
Patch |
|
M |
Source/core/frame/FrameView.cpp
|
View
|
1
|
3 chunks |
+16 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/core/inspector/InspectorLayerTreeAgent.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/page/scrolling/ScrollingCoordinator.cpp
|
View
|
1
|
4 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderLayer.h
|
View
|
1
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderLayer.cpp
|
View
|
1
|
5 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderLayerClipper.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderLayerScrollableArea.cpp
|
View
|
1
|
7 chunks |
+16 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderTreeAsText.cpp
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
View
|
1
|
5 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/compositing/CompositingInputsUpdater.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/rendering/compositing/CompositingLayerAssigner.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/rendering/compositing/CompositingLayerAssigner.cpp
|
View
|
1
|
6 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/compositing/GraphicsLayerTreeBuilder.cpp
|
View
|
1
|
4 chunks |
+11 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/compositing/GraphicsLayerUpdater.cpp
|
View
|
1
|
2 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
View
|
1
|
5 chunks |
+14 lines, -10 lines |
0 comments
|
Download
|
|
M |
Source/core/testing/Internals.cpp
|
View
|
1
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
Total messages: 6 (2 generated)
|