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

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

Issue 1456953003: Revert of Calculate paint invalidation rect for scrollbars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 defe3a9aa2ca9529ff727e0b4a1d3bccb7f23f7d..b67a9016531414283ffded417942e2090c092d3d 100644
--- a/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
+++ b/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
@@ -33,13 +33,11 @@
namespace blink {
-class ComputedStyle;
-class LayoutBox;
-class LayoutBoxModelObject;
-class LayoutScrollbarPart;
class LocalFrame;
class Node;
-class PaintInvalidationState;
+class LayoutBox;
+class LayoutScrollbarPart;
+class ComputedStyle;
class LayoutScrollbar final : public Scrollbar {
public:
@@ -60,7 +58,7 @@
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, const LayoutRect& paintInvalidationRect);
+ void invalidateRect(const IntRect&) override;
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObject.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698