Index: third_party/WebKit/Source/core/paint/ObjectPainter.h |
diff --git a/third_party/WebKit/Source/core/paint/ObjectPainter.h b/third_party/WebKit/Source/core/paint/ObjectPainter.h |
index 04af85ce3aa5e88722ac0733e2eab89e54b1ca38..1eff8a676b6c736d1d03beb195ce589d63363b2d 100644 |
--- a/third_party/WebKit/Source/core/paint/ObjectPainter.h |
+++ b/third_party/WebKit/Source/core/paint/ObjectPainter.h |
@@ -31,10 +31,10 @@ class ObjectPainter { |
void addPDFURLRectIfNeeded(const PaintInfo&, const LayoutPoint& paintOffset); |
static void drawLineForBoxSide(GraphicsContext&, |
- int x1, |
- int y1, |
- int x2, |
- int y2, |
+ float x1, |
+ float y1, |
+ float x2, |
+ float y2, |
BoxSide, |
Color, |
EBorderStyle, |
@@ -94,7 +94,7 @@ class ObjectPainter { |
int length, |
BoxSide, |
Color, |
- int thickness, |
+ float thickness, |
int adjacentWidth1, |
int adjacentWidth2, |
bool antialias); |