Chromium Code Reviews| 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..4896cad4772f187c353ec5cedd04951b0f0d4132 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 hasScrollbar); |
|
bokan
2016/11/01 21:09:37
Nit: hasScrollbar -> hitScrollbar describes this b
|
| // Updates for :target (CSS3 selector). |
| void setCSSTarget(Element*); |