| Index: sky/engine/core/dom/Element.cpp
|
| diff --git a/sky/engine/core/dom/Element.cpp b/sky/engine/core/dom/Element.cpp
|
| index c08831d23bf64569456e2969e422315fcae1c745..07faae587f8de97610555c8dbf6b1770f2db0573 100644
|
| --- a/sky/engine/core/dom/Element.cpp
|
| +++ b/sky/engine/core/dom/Element.cpp
|
| @@ -841,10 +841,6 @@ void Element::detach(const AttachContext& context)
|
|
|
| if (ActiveAnimations* activeAnimations = data->activeAnimations()) {
|
| if (context.performingReattach) {
|
| - // FIXME: We call detach from within style recalc, so compositingState is not up to date.
|
| - // https://code.google.com/p/chromium/issues/detail?id=339847
|
| - DisableCompositingQueryAsserts disabler;
|
| -
|
| // FIXME: restart compositor animations rather than pull back to the main thread
|
| activeAnimations->cancelAnimationOnCompositor();
|
| } else {
|
|
|