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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h

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/paint/PaintLayerScrollableArea.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
index 2aa1d6a89fc471574b4b93481eb73bcc7aed0f9e..dd9579163445e2158cc3154e4c56e16c33636c7d 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -258,7 +258,6 @@ public:
bool usesCompositedScrolling() const override;
bool shouldScrollOnMainThread() const override;
- void scrollControlWasSetNeedsPaintInvalidation() override;
bool shouldUseIntegerScrollOffset() const override;
bool isActive() const override;
bool isScrollCornerVisible() const override;
@@ -489,9 +488,6 @@ private:
return *m_rareData.get();
}
- // PaintInvalidationCapableScrollableArea
- LayoutBox& boxForScrollControlPaintInvalidation() const { return box(); }
-
PaintLayer& m_layer;
PaintLayer* m_nextTopmostScrollChild;

Powered by Google App Engine
This is Rietveld 408576698