| 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 87ec20377a9264488e300255fbd46ffb3ea3af8e..766fc521105c1f2e2c4e8caf63c1c28144846acb 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -1048,7 +1048,7 @@ DEFINE_TRACE(FrameSelection) {
|
|
|
| void FrameSelection::ScheduleVisualUpdate() const {
|
| if (Page* page = frame_->GetPage())
|
| - page->Animator().ScheduleVisualUpdate(frame_->LocalFrameRoot());
|
| + page->Animator().ScheduleVisualUpdate(&frame_->LocalFrameRoot());
|
| }
|
|
|
| void FrameSelection::ScheduleVisualUpdateForPaintInvalidationIfNeeded() const {
|
|
|