| Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
 | 
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
 | 
| index a644ab75e05414bb75cb71604f80daa5362b9883..cd11b8dc31b7fab9823bd76960d3631c427d5527 100644
 | 
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
 | 
| @@ -839,7 +839,7 @@ void GraphicsContext::drawTiledImage(Image* image, const IntRect& destRect, cons
 | 
|      image->drawTiled(this, destRect, srcPoint, FloatSize(tileSize), op, repeatSpacing);
 | 
|  }
 | 
|  
 | 
| -void GraphicsContext::drawTiledImage(Image* image, const IntRect& dest, const IntRect& srcRect,
 | 
| +void GraphicsContext::drawTiledImage(Image* image, const FloatRect& dest, const FloatRect& srcRect,
 | 
|      const FloatSize& tileScaleFactor, Image::TileRule hRule, Image::TileRule vRule, SkXfermode::Mode op)
 | 
|  {
 | 
|      if (contextDisabled() || !image)
 | 
| 
 |