Merge from Chromium at DEPS revision 230120

This commit was generated by merge_to_master.py.

Change-Id: Iab152fc67d869deb6e9505babd8d71cab63335dd
diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
index ada5def..bc2206b 100644
--- a/Source/core/page/EventHandler.h
+++ b/Source/core/page/EventHandler.h
@@ -208,6 +208,7 @@
     bool shouldApplyTouchAdjustment(const PlatformGestureEvent&) const;
 
     OptionalCursor selectCursor(const HitTestResult&, bool shiftKey);
+    OptionalCursor selectAutoCursor(const HitTestResult&, Node*, const Cursor& iBeam, bool shiftKey);
 
     void hoverTimerFired(Timer<EventHandler>*);
     void cursorUpdateTimerFired(Timer<EventHandler>*);