Index: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
index 34e4cf16c13a1a1026abda806b9a8e375e0dd07a..12886881a11c99fdd9d3fa925539f4e45979b6ec 100644 |
--- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
+++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
@@ -103,7 +103,7 @@ public: |
virtual bool is2d() const { return false; } |
virtual void restoreCanvasMatrixClipStack(SkCanvas*) const { } |
virtual void reset() { } |
- virtual void clearRect(float x, float y, float width, float height) { } |
+ virtual void clearRect(double x, double y, double width, double height) { } |
virtual void didSetSurfaceSize() { } |
virtual void setShouldAntialias(bool) { } |
virtual unsigned hitRegionsCount() const { return 0; } |