| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 415c23bb464010b985f6085b69ac62fb1e8245da..00d9aa88478f9264f197dd87916f9446ce254c27 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -724,7 +724,9 @@ class CORE_EXPORT Document : public ContainerNode,
|
| void hoveredNodeDetached(Element&);
|
| void activeChainNodeDetached(Element&);
|
|
|
| - void updateHoverActiveState(const HitTestRequest&, Element*);
|
| + void updateHoverActiveState(const HitTestRequest&,
|
| + Element*,
|
| + bool hitScrollbar);
|
|
|
| // Updates for :target (CSS3 selector).
|
| void setCSSTarget(Element*);
|
|
|