| Index: third_party/WebKit/Source/core/layout/LayoutScrollbarTheme.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbarTheme.h b/third_party/WebKit/Source/core/layout/LayoutScrollbarTheme.h
|
| index 56d70bd282df28677829714570dd4e0f0bf2b09f..25d677fb52a1b0bdd5c7faf9af9fc206eb1d76a9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutScrollbarTheme.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutScrollbarTheme.h
|
| @@ -30,6 +30,7 @@
|
|
|
| namespace blink {
|
|
|
| +class Page;
|
| class PlatformMouseEvent;
|
|
|
| class LayoutScrollbarTheme final : public ScrollbarTheme {
|
| @@ -73,6 +74,9 @@ protected:
|
| void paintTickmarks(GraphicsContext&, const ScrollbarThemeClient&, const IntRect&) override;
|
|
|
| IntRect constrainTrackRectToTrackPieces(const ScrollbarThemeClient&, const IntRect&) override;
|
| +
|
| +private:
|
| + static Page* page(const ScrollbarThemeClient&);
|
| };
|
|
|
| } // namespace blink
|
|
|