|
Rename scheduleLayerUpdate now that it's only used for SVG filters.
This method is all sorts of badness. It leads to strange chicken-egg
bugs because people don't think that you will need to update layer
state after the layout has completed.
FrameView::updateLayoutAndStyleIfNeededRecursive needs to do a second
style recalc and layout just for this and in theory it should probably
do a while loop there to get this right.
Now that we've removed all the non-SVG filter callers of this function,
rename it to something scary so that people won't add new callers.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175618
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+35 lines, -36 lines) |
Patch |
 |
M |
Source/core/dom/Document.h
|
View
|
1
|
3 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Document.cpp
|
View
|
1
|
2 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Element.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/dom/Element.cpp
|
View
|
1
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Node.h
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Node.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/frame/FrameView.cpp
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLPlugInElement.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderLayer.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderLayerFilterInfo.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|