Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.cpp

Issue 2136133002: Fix under-invalidation of frame scrollbar on hover (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ObjectInvalidation
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e00f51476cdb872eb478c6c3c7e89273fa6f09c9..b9449668cf6c01b83fbe52edfe7f5a976712da6f 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
@@ -4264,10 +4264,4 @@ bool FrameView::canThrottleRendering() const
return m_subtreeThrottled || (m_hiddenForThrottling && m_crossOriginForThrottling);
}
-LayoutBox& FrameView::boxForScrollControlPaintInvalidation() const
-{
- ASSERT(!layoutViewItem().isNull());
- return *layoutView();
-}
-
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698