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

Unified Diff: third_party/WebKit/Source/core/layout/HitTestResult.h

Issue 2389073002: Fix link's hover state if the link under scrollbar (Closed)
Patch Set: fix for bokan's comments 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/layout/HitTestResult.h
diff --git a/third_party/WebKit/Source/core/layout/HitTestResult.h b/third_party/WebKit/Source/core/layout/HitTestResult.h
index 869bc25960a4a587ebc636f26dfe3e11bab135f2..d37407bdf129f4bafc4da6633232e1098eed2351 100644
--- a/third_party/WebKit/Source/core/layout/HitTestResult.h
+++ b/third_party/WebKit/Source/core/layout/HitTestResult.h
@@ -98,7 +98,7 @@ class CORE_EXPORT HitTestResult {
Node* innerNodeOrImageMapImage() const;
Element* URLElement() const { return m_innerURLElement.get(); }
- Scrollbar* scrollbar() const { return m_scrollbar.get(); }
+ Scrollbar* scrollbar() const;
bool isOverWidget() const { return m_isOverWidget; }
// Forwarded from HitTestLocation

Powered by Google App Engine
This is Rietveld 408576698