Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2389073002: Fix link's hover state if the link under scrollbar (Closed)
Patch Set: add test Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);

Powered by Google App Engine
This is Rietveld 408576698