| Index: Source/core/dom/Document.cpp
|
| ===================================================================
|
| --- Source/core/dom/Document.cpp (revision 169401)
|
| +++ Source/core/dom/Document.cpp (working copy)
|
| @@ -479,6 +479,7 @@
|
| , m_templateDocumentHost(0)
|
| , m_didAssociateFormControlsTimer(this, &Document::didAssociateFormControlsTimerFired)
|
| , m_hasViewportUnits(false)
|
| + , m_fastCompositing(false)
|
| {
|
| setClient(this);
|
| ScriptWrappable::init(this);
|
| @@ -1797,9 +1798,9 @@
|
| }
|
|
|
| ensureStyleResolver().printStats();
|
| + view()->updateCompositingLayersAfterStyleChange(m_fastCompositing);
|
| + m_fastCompositing = true;
|
|
|
| - view()->updateCompositingLayersAfterStyleChange();
|
| -
|
| clearChildNeedsStyleRecalc();
|
|
|
| if (m_styleEngine->hasResolver()) {
|
|
|