| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 80dab500f40e57dbf1e20b6ba97f2ef1b0f746a2..28623fc4f5de91034afc6bb77bf0d953300504be 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1733,6 +1733,8 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
|
| // setNeedsRepaint before calling this function.
|
| virtual void InvalidateDisplayItemClients(PaintInvalidationReason) const;
|
|
|
| + bool HasCustomScrollbarStyle() const;
|
| +
|
| virtual bool HasNonCompositedScrollbars() const { return false; }
|
|
|
| // Called before anonymousChild.setStyle(). Override to set custom styles for
|
|
|