| Index: Source/core/layout/LayoutScrollbar.h
|
| diff --git a/Source/core/layout/LayoutScrollbar.h b/Source/core/layout/LayoutScrollbar.h
|
| index 02baffd824f3aceb54b75d8e60174efcfa38bf93..2a1d96a74a04d901132cc7d140c9c32e33c33d9f 100644
|
| --- a/Source/core/layout/LayoutScrollbar.h
|
| +++ b/Source/core/layout/LayoutScrollbar.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef LayoutScrollbar_h
|
| #define LayoutScrollbar_h
|
|
|
| -#include "core/layout/style/LayoutStyleConstants.h"
|
| +#include "core/layout/style/ComputedStyleConstants.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/scroll/Scrollbar.h"
|
| #include "wtf/HashMap.h"
|
| @@ -37,7 +37,7 @@ class LocalFrame;
|
| class Node;
|
| class LayoutBox;
|
| class LayoutScrollbarPart;
|
| -class LayoutStyle;
|
| +class ComputedStyle;
|
|
|
| class LayoutScrollbar final : public Scrollbar {
|
| public:
|
| @@ -76,7 +76,7 @@ private:
|
|
|
| void updateScrollbarParts(bool destroy = false);
|
|
|
| - PassRefPtr<LayoutStyle> getScrollbarPseudoStyle(ScrollbarPart, PseudoId);
|
| + PassRefPtr<ComputedStyle> getScrollbarPseudoStyle(ScrollbarPart, PseudoId);
|
| void updateScrollbarPart(ScrollbarPart, bool destroy = false);
|
|
|
| // This Scrollbar(Widget) may outlive the DOM which created it (during tear down),
|
|
|