| 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 2752b5bce58067fa0462917679365839deb9c9e0..a3dd552ac4a1e2b8d2dad284a445281cfc9d895c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
|
| @@ -35,11 +35,9 @@ namespace blink {
|
|
|
| class ComputedStyle;
|
| class LayoutBox;
|
| -class LayoutBoxModelObject;
|
| class LayoutScrollbarPart;
|
| class LocalFrame;
|
| class Node;
|
| -class PaintInvalidationState;
|
|
|
| class LayoutScrollbar final : public Scrollbar {
|
| public:
|
|
|