| Index: third_party/WebKit/Source/core/layout/LayoutText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutText.h b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| index e2b7962a80b4cefc4836a70b270860d7d43ea4f2..22eb1fb92f6640f66f3d47f6fcfa7e8df69b9864 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -132,7 +132,7 @@ public:
|
| LayoutUnit& minWidth, LayoutUnit& maxWidth, bool& stripFrontSpaces,
|
| TextDirection);
|
|
|
| - virtual IntRect linesBoundingBox() const;
|
| + virtual LayoutRect linesBoundingBox() const;
|
|
|
| // Returns the bounding box of visual overflow rects of all line boxes.
|
| LayoutRect visualOverflowRect() const;
|
|
|