Bug 743590: Properly mark ThebesLayer content invalid when changing content type. r=jrmuizel

This commit is contained in:
Bas Schouten 2012-04-21 17:33:59 +02:00
parent b6935b6cfc
commit 02f1f01c3e

View File

@ -353,6 +353,8 @@ ThebesLayerD3D10::VerifyContentType(SurfaceMode aMode)
NS_WARNING("Failed to create drawtarget for ThebesLayerD3D10.");
return;
}
mValidRegion.SetEmpty();
}
}