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 df829ee2b25d0b3e84a012f7ad843697e5f51369..ba616a0e962f1fd4fc3234afd02612a0a2c3e436 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -30,6 +30,7 @@ |
#include "core/CoreExport.h" |
#include "core/dom/Document.h" |
#include "core/dom/DocumentLifecycle.h" |
+#include "core/editing/EphemeralRange.h" |
#include "core/editing/PositionWithAffinity.h" |
#include "core/layout/LayoutObjectChildList.h" |
#include "core/layout/MapCoordinatesFlags.h" |
@@ -1305,7 +1306,7 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver, |
virtual void AbsoluteQuads(Vector<FloatQuad>&, |
MapCoordinatesFlags mode = 0) const {} |
- static FloatRect AbsoluteBoundingBoxRectForRange(const Range*); |
+ static FloatRect AbsoluteBoundingBoxRectForRange(const EphemeralRange&); |
// The bounding box (see: absoluteBoundingBoxRect) including all descendant |
// bounding boxes. |