| 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..bc8882b23e46edc4deeecac762b8ac3a572463fd 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, const LayoutRect& paintInvalidationRect);
|
| + void invalidateDisplayItemClientsOfScrollbarParts(const LayoutBoxModelObject& paintInvalidationContainer);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|