diff --git a/mozilla/layout/base/nsCSSRendering.cpp b/mozilla/layout/base/nsCSSRendering.cpp index c1a6e81b6a8..434fb793be6 100644 --- a/mozilla/layout/base/nsCSSRendering.cpp +++ b/mozilla/layout/base/nsCSSRendering.cpp @@ -2278,9 +2278,7 @@ PRInt16 borderRadii[4],i; } } - - aRenderingContext.DrawTile(image,x0,y0,x1,y1,tileWidth,tileHeight); - +#define DOTILE #ifdef DOTILE nsIDrawingSurface *theSurface,*ts=nsnull; nsRect srcRect,destRect,vrect,tvrect; diff --git a/mozilla/layout/html/style/src/nsCSSRendering.cpp b/mozilla/layout/html/style/src/nsCSSRendering.cpp index c1a6e81b6a8..434fb793be6 100644 --- a/mozilla/layout/html/style/src/nsCSSRendering.cpp +++ b/mozilla/layout/html/style/src/nsCSSRendering.cpp @@ -2278,9 +2278,7 @@ PRInt16 borderRadii[4],i; } } - - aRenderingContext.DrawTile(image,x0,y0,x1,y1,tileWidth,tileHeight); - +#define DOTILE #ifdef DOTILE nsIDrawingSurface *theSurface,*ts=nsnull; nsRect srcRect,destRect,vrect,tvrect;