| Index: sky/engine/core/editing/FrameSelection.h
|
| diff --git a/sky/engine/core/editing/FrameSelection.h b/sky/engine/core/editing/FrameSelection.h
|
| index 1ecca5e4ef4b58d2e1d944a09680979ba4a18886..763c5cf747f816a3aca35de7c1edb18f92257513 100644
|
| --- a/sky/engine/core/editing/FrameSelection.h
|
| +++ b/sky/engine/core/editing/FrameSelection.h
|
| @@ -198,7 +198,7 @@ public:
|
|
|
| String selectedText() const;
|
|
|
| - FloatRect bounds(bool clipToVisibleContent = true) const;
|
| + FloatRect bounds() const;
|
|
|
| void revealSelection(const ScrollAlignment& = ScrollAlignment::alignCenterIfNeeded, RevealExtentOption = DoNotRevealExtent);
|
| void setSelectionFromNone();
|
|
|