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

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

Issue 2153533002: Fix under-invalidation of frame scrollbar on hover (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
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.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 1e084e3b896570c842a46c03a79deede6bc74c26..c925095a24ea6b6a19502555916aa94ca38f09f2 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -375,7 +375,6 @@ public:
IntPoint maximumScrollPosition() const override;
// ScrollableArea interface
- void scrollControlWasSetNeedsPaintInvalidation() override { }
void getTickmarks(Vector<IntRect>&) const override;
IntRect scrollableAreaBoundingBox() const override;
bool scrollAnimatorEnabled() const override;

Powered by Google App Engine
This is Rietveld 408576698