| Index: Source/core/editing/FrameSelection.h
|
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
|
| index 9438a0313e4ab621c51373b3ce23d38acaa57dbd..1af141c5cd712766e17742cfa26e1ba2f113a426 100644
|
| --- a/Source/core/editing/FrameSelection.h
|
| +++ b/Source/core/editing/FrameSelection.h
|
| @@ -201,7 +201,9 @@ public:
|
| String selectedText() const;
|
| String selectedTextForClipboard() const;
|
|
|
| - FloatRect bounds() const;
|
| + // The bounds are clipped to the viewport as this is what callers expect.
|
| + LayoutRect bounds() const;
|
| + LayoutRect unclippedBounds() const;
|
|
|
| HTMLFormElement* currentForm() const;
|
|
|
|
|