| Index: third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.cpp b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| index dd7d834fcf7426b5692f10380ed474cf5f33c836..a0a56a7aa3f319e32ea6c7313324beb74eb7a19a 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -787,8 +787,8 @@ bool FrameSelection::NeedsLayoutSelectionUpdate() const {
|
| return layout_selection_->HasPendingSelection();
|
| }
|
|
|
| -void FrameSelection::CommitAppearanceIfNeeded(LayoutView& layout_view) {
|
| - return layout_selection_->Commit(layout_view);
|
| +void FrameSelection::CommitAppearanceIfNeeded() {
|
| + return layout_selection_->Commit();
|
| }
|
|
|
| void FrameSelection::DidLayout() {
|
|
|