Index: third_party/WebKit/Source/core/layout/LayoutObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h |
index cef8ef1a279f3757243cf20cc8e294f15cd80a5c..ab8e9f9c0a0fce36c3232361626af2d4a3bde22b 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -1260,7 +1260,7 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver, |
// This returns an IntRect enclosing this object. If this object has an |
// integral size and the position has fractional values, the resultant |
// IntRect can be larger than the integral size. |
- IntRect absoluteBoundingBoxRect() const; |
+ IntRect absoluteBoundingBoxRect(MapCoordinatesFlags = 0) const; |
// FIXME: This function should go away eventually |
IntRect absoluteBoundingBoxRectIgnoringTransforms() const; |