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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutScrollbar.h

Issue 2080593002: Revert of Let FrameView track object paint invalidations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@TrackInvalidation
Patch Set: Created 4 years, 6 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/layout/LayoutScrollbar.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbar.h b/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
index 618a330d3062034ef49495e4ddc48038f194910c..cf01737f86014c2804e07c6e2f93b9afa2e79325 100644
--- a/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
+++ b/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
@@ -60,7 +60,7 @@
LayoutScrollbarPart* getPart(ScrollbarPart partType) { return m_parts.get(partType); }
const LayoutScrollbarPart* getPart(ScrollbarPart partType) const { return m_parts.get(partType); }
- void invalidateDisplayItemClientsOfScrollbarParts();
+ void invalidateDisplayItemClientsOfScrollbarParts(const LayoutBoxModelObject& paintInvalidationContainer);
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698