Bug 534652 - Remove White area surrounding content document on nightly builds. r=dougt

This commit is contained in:
Benjamin Stover 2009-12-22 16:45:54 -08:00
Родитель cba8f27225
Коммит be9c1279ea
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -856,7 +856,7 @@ TileManager.Tile.prototype = {
browserView.browserToViewportCanvasContext(ctx);
// We expand the rect to working around a gfx issue (bug 534054)
ctx.drawWindow(browserView._contentWindow,
rect.left - 1 , rect.top - 1,
rect.left , rect.top,
rect.right - rect.left + 1, rect.bottom - rect.top + 1,
"white",
(ctx.DRAWWINDOW_DRAW_CARET));