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

Unified Diff: Source/core/page/EventHandler.h

Issue 236203005: Remove EditableLinkBehavior, which is always set to NeverLive by Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « Source/core/html/HTMLAnchorElement.cpp ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/EventHandler.h
diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
index 84364d2571325853a0370137559346349b1a4cbe..4f621fb66781366def4dc3f8ab4c684e4117ec18 100644
--- a/Source/core/page/EventHandler.h
+++ b/Source/core/page/EventHandler.h
@@ -174,7 +174,7 @@ public:
bool handleTouchEvent(const PlatformTouchEvent&);
- bool useHandCursor(Node*, bool isOverLink, bool shiftKey);
+ bool useHandCursor(Node*, bool isOverLink);
void notifyElementActivated();
@@ -211,8 +211,8 @@ private:
bool shouldApplyTouchAdjustment(const PlatformGestureEvent&) const;
- OptionalCursor selectCursor(const HitTestResult&, bool shiftKey);
- OptionalCursor selectAutoCursor(const HitTestResult&, Node*, const Cursor& iBeam, bool shiftKey);
+ OptionalCursor selectCursor(const HitTestResult&);
+ OptionalCursor selectAutoCursor(const HitTestResult&, Node*, const Cursor& iBeam);
void hoverTimerFired(Timer<EventHandler>*);
void cursorUpdateTimerFired(Timer<EventHandler>*);
« no previous file with comments | « Source/core/html/HTMLAnchorElement.cpp ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698