| Index: sky/engine/core/html/HTMLCanvasElement.cpp
|
| diff --git a/sky/engine/core/html/HTMLCanvasElement.cpp b/sky/engine/core/html/HTMLCanvasElement.cpp
|
| index 7e135542134ce4915fd14d4d5be03a9458e1b3f1..0a769b0d1c5854a849529a60a988744597727e4b 100644
|
| --- a/sky/engine/core/html/HTMLCanvasElement.cpp
|
| +++ b/sky/engine/core/html/HTMLCanvasElement.cpp
|
| @@ -204,9 +204,6 @@ void HTMLCanvasElement::didFinalizeFrame()
|
| m_dirtyRect.intersect(srcRect);
|
| if (RenderBox* ro = renderBox()) {
|
| FloatRect mappedDirtyRect = mapRect(m_dirtyRect, srcRect, ro->contentBoxRect());
|
| - // For querying RenderLayer::compositingState()
|
| - // FIXME: is this invalidation using the correct compositing state?
|
| - DisableCompositingQueryAsserts disabler;
|
| ro->invalidatePaintRectangle(enclosingIntRect(mappedDirtyRect));
|
| }
|
| notifyObserversCanvasChanged(m_dirtyRect);
|
|
|