| Index: third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| index 23d71cbfdee7939d669fea414f9174bb59fc39d4..9982e8a03fa82f724ad7bf3b25c33e0bfe9c0ef2 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| @@ -363,13 +363,6 @@ void PaintInvalidator::invalidatePaintIfNeeded(
|
|
|
| if (frameView.frame().selection().isCaretBoundsDirty())
|
| frameView.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 =
|
| - frameView.rootFrameToContents(frameView.computeVisibleArea());
|
| - layoutView->sendMediaPositionChangeNotifications(visibleRect);
|
| }
|
|
|
| void PaintInvalidator::invalidatePaintIfNeeded(
|
|
|