Merge mc->Maple

This commit is contained in:
Benoit Girard
2012-03-13 11:05:28 -04:00
578 changed files with 12639 additions and 4868 deletions

View File

@@ -5128,6 +5128,9 @@ void PresShell::SetRenderingState(const RenderingState& aState)
void PresShell::SynthesizeMouseMove(bool aFromScroll)
{
if (!sSynthMouseMove)
return;
if (mPaintingSuppressed || !mIsActive || !mPresContext) {
return;
}