Bug 1014741 - Don't spam skip layer. r=sotaro

This commit is contained in:
Benoit Girard 2014-05-22 16:07:48 -04:00
parent c0e682d27d
commit 391d268b8b

View File

@ -48,7 +48,6 @@ HwcUtils::PrepareLayerRects(nsIntRect aVisible, const gfxMatrix& aTransform,
visibleRectScreen.IntersectRect(visibleRectScreen, clip);
if (visibleRectScreen.IsEmpty()) {
LOGD("Skip layer");
return false;
}
@ -61,7 +60,6 @@ HwcUtils::PrepareLayerRects(nsIntRect aVisible, const gfxMatrix& aTransform,
crop.Round();
if (crop.IsEmpty()) {
LOGD("Skip layer");
return false;
}