Index: third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp |
index e35001ddb83cd48d2ba2a8bbbcf1bfec03574daf..4972286eb3821df4815bfbd7ec95e7e97924ca84 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp |
@@ -67,7 +67,7 @@ void ImageBufferSurface::clear() |
} else { |
canvas()->clear(SK_ColorTRANSPARENT); |
} |
- didDraw(FloatRect(FloatPoint(0, 0), size())); |
+ didDraw(FloatRect(FloatPoint(0, 0), FloatSize(size()))); |
} |
} |