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

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

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

Powered by Google App Engine
This is Rietveld 408576698