| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index b42da5159917ed6d0fa5d353d69374a060836dc3..3524f4d76886fecba87d9725b2c88cfc03c5905c 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -1292,12 +1292,6 @@ void FrameView::invalidatePaintIfNeeded(
|
|
|
| if (m_frame->selection().isCaretBoundsDirty())
|
| m_frame->selection().invalidateCaretRect();
|
| -
|
| - // Temporary callback for crbug.com/487345,402044
|
| - // TODO(ojan): Make this more general to be used by PositionObserver
|
| - // and rAF throttling.
|
| - IntRect visibleRect = rootFrameToContents(computeVisibleArea());
|
| - layoutViewItem().sendMediaPositionChangeNotifications(visibleRect);
|
| }
|
|
|
| IntRect FrameView::computeVisibleArea() {
|
|
|