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

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

Issue 2784313002: Change hittest node to be scrollbar's parent when hittest include a scrollbar (Closed)
Patch Set: mustaq comments addressed Created 3 years, 8 months 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 53e79c06fe0a0e310bbf7f5528e29adaa75c9ef2..0b80edfff5ad3f9dae571baf96c374ecec47952c 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -154,7 +154,6 @@ class ScriptRunner;
class ScriptableDocumentParser;
class ScriptedAnimationController;
class ScriptedIdleTaskController;
-class Scrollbar;
class SecurityOrigin;
class SegmentedString;
class SelectorQueryCache;
@@ -714,7 +713,7 @@ class CORE_EXPORT Document : public ContainerNode,
void hoveredNodeDetached(Element&);
void activeChainNodeDetached(Element&);
- void updateHoverActiveState(const HitTestRequest&, Element*, Scrollbar*);
+ void updateHoverActiveState(const HitTestRequest&, Element*);
// Updates for :target (CSS3 selector).
void setCSSTarget(Element*);

Powered by Google App Engine
This is Rietveld 408576698