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

Unified Diff: third_party/WebKit/Source/core/input/EventHandler.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/input/EventHandler.h
diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h
index fa3e4f5fd3ba5b2edbd69868db2a3b43a4929f0a..671fe1bfec264c1e5b20d0616d6d054dcd955b22 100644
--- a/third_party/WebKit/Source/core/input/EventHandler.h
+++ b/third_party/WebKit/Source/core/input/EventHandler.h
@@ -257,6 +257,8 @@ class CORE_EXPORT EventHandler final
bool isTouchPointerIdActiveOnFrame(int, LocalFrame*) const;
+ Cursor::Type selectCursorTypeForTest(const HitTestResult&);
+
private:
WebInputEventResult handleMouseMoveOrLeaveEvent(
const PlatformMouseEvent&,

Powered by Google App Engine
This is Rietveld 408576698