зеркало из https://github.com/mozilla/gecko-dev.git
Bug 606121. Clip the cached surface in basic layers so we draw only what we need to. r=roc a=joe
This commit is contained in:
Родитель
9bbd68b2e6
Коммит
199f6e4808
|
@ -127,6 +127,8 @@ gfxCachedTempSurface::Get(gfxASurface::gfxContentType aContentType,
|
|||
}
|
||||
|
||||
nsRefPtr<gfxContext> ctx = new gfxContext(mSurface);
|
||||
ctx->Rectangle(gfxRect(0, 0, aSize.width, aSize.height));
|
||||
ctx->Clip();
|
||||
if (!cleared && aContentType != gfxASurface::CONTENT_COLOR) {
|
||||
ctx->SetOperator(gfxContext::OPERATOR_CLEAR);
|
||||
ctx->Paint();
|
||||
|
|
Загрузка…
Ссылка в новой задаче