| Index: sky/engine/core/html/canvas/CanvasRenderingContext2D.cpp
|
| diff --git a/sky/engine/core/html/canvas/CanvasRenderingContext2D.cpp b/sky/engine/core/html/canvas/CanvasRenderingContext2D.cpp
|
| index 2d50771628b8f92b6d3f66c010bd9518f50d367e..dd6c240dd1acca84853a2cc7cd71332e57376e1f 100644
|
| --- a/sky/engine/core/html/canvas/CanvasRenderingContext2D.cpp
|
| +++ b/sky/engine/core/html/canvas/CanvasRenderingContext2D.cpp
|
| @@ -1095,7 +1095,7 @@ void CanvasRenderingContext2D::scrollPathIntoViewInternal(const Path& path)
|
| if (!renderer || !renderBox || !state().m_invertibleCTM || path.isEmpty())
|
| return;
|
|
|
| - canvas()->document().updateLayoutIgnorePendingStylesheets();
|
| + canvas()->document().updateLayout();
|
|
|
| // Apply transformation and get the bounding rect
|
| Path transformedPath = path;
|
|
|