Skip to content

Commit

Permalink
[embedlite] Drop no longer needed workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
tworaz committed Sep 29, 2015
1 parent acbc7d2 commit e8481b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions embedding/embedlite/embedthread/EmbedLiteCompositorParent.cpp
Expand Up @@ -47,8 +47,6 @@ EmbedLiteCompositorParent::EmbedLiteCompositorParent(nsIWidget* widget,
EmbedLiteWindowBaseParent* parentWindow = EmbedLiteWindowBaseParent::From(mWindowId);
LOGT("this:%p, window:%p, sz[%i,%i]", this, parentWindow, aSurfaceWidth, aSurfaceHeight);
parentWindow->SetCompositor(this);
// Workaround for MOZ_ASSERT(!aOther.IsNull(), "Cannot compute with aOther null value");
mLastCompose = TimeStamp::Now();
}

EmbedLiteCompositorParent::~EmbedLiteCompositorParent()
Expand Down

0 comments on commit e8481b4

Please sign in to comment.