Chromium Code Reviews| Index: Source/core/frame/FrameView.cpp |
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
| index e379a3674eaba1695d2bce225ccb10061a7e657b..c4f9e0d185f6c21f584111dfcd43dfe23f132735 100644 |
| --- a/Source/core/frame/FrameView.cpp |
| +++ b/Source/core/frame/FrameView.cpp |
| @@ -865,9 +865,6 @@ void FrameView::performPreLayoutTasks() |
| // the layout beats any sort of style recalc update that needs to occur. |
| TemporaryChange<bool> changeDoingPreLayoutStyleUpdate(m_doingPreLayoutStyleUpdate, true); |
| document->updateStyleIfNeeded(); |
| - |
| - if (FastTextAutosizer* textAutosizer = document->fastTextAutosizer()) |
| - textAutosizer->prepareForLayout(); |
|
pdr.
2013/12/21 01:46:57
I think we still need a mechanism for calling setN
skobes
2014/01/07 03:12:37
I'm not sure I follow. There are three issues I c
|
| } |
| void FrameView::performLayout(RenderObject* rootForThisLayout, bool inSubtreeLayout) |