Bug 753784; add the ability to force a single tile. r=roc

This commit is contained in:
Nicholas Cameron
2012-05-22 19:14:03 -04:00
parent f18c522e50
commit 4ffe1932d5
8 changed files with 31 additions and 10 deletions

View File

@@ -2546,7 +2546,7 @@ public:
virtual void FillSpecificAttributes(SpecificLayerAttributes& aAttrs)
{
aAttrs = ImageLayerAttributes(mFilter);
aAttrs = ImageLayerAttributes(mFilter, mForceSingleTile);
}
virtual Layer* AsLayer() { return this; }