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

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

Issue 2523903002: Document::updateHoverActiveState only cancel hover and active state when hitting native scrollbar (Closed)
Patch Set: comment update 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ff648dc54f5941a13b4b95676d00e4ed9ddc3074..7d538e35fb0473df553bb3275e689ea03f856eb5 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -154,6 +154,7 @@ class ScriptRunner;
class ScriptableDocumentParser;
class ScriptedAnimationController;
class ScriptedIdleTaskController;
+class Scrollbar;
class SecurityOrigin;
class SegmentedString;
class SelectorQueryCache;
@@ -725,9 +726,7 @@ class CORE_EXPORT Document : public ContainerNode,
void hoveredNodeDetached(Element&);
void activeChainNodeDetached(Element&);
- void updateHoverActiveState(const HitTestRequest&,
- Element*,
- bool hitScrollbar);
+ void updateHoverActiveState(const HitTestRequest&, Element*, Scrollbar*);
// Updates for :target (CSS3 selector).
void setCSSTarget(Element*);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698