| Index: third_party/WebKit/Source/core/editing/LayoutSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/LayoutSelection.h b/third_party/WebKit/Source/core/editing/LayoutSelection.h
|
| index b49f079a950aabb0b1e108ad526ad9326aa35f7f..7aef670149de72c5bd8ad4a24088ec972cab9c4e 100644
|
| --- a/third_party/WebKit/Source/core/editing/LayoutSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/LayoutSelection.h
|
| @@ -39,6 +39,7 @@ class LayoutSelection final : public GarbageCollected<LayoutSelection> {
|
| }
|
|
|
| bool HasPendingSelection() const { return has_pending_selection_; }
|
| + bool ForceHide() const { return force_hide_; }
|
| void SetHasPendingSelection(PaintHint);
|
| void Commit();
|
|
|
|
|