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

Unified Diff: sky/engine/core/page/EventHandler.h

Issue 925933004: Prune HitTestResult and stop special-casing links. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: address review comments Created 5 years, 10 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 | « no previous file | sky/engine/core/page/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/EventHandler.h
diff --git a/sky/engine/core/page/EventHandler.h b/sky/engine/core/page/EventHandler.h
index 0df6d392cc3dfd64c6709babd905d2f173dd5a34..f1cb859f4e34b72e023367a546d249e799511a17 100644
--- a/sky/engine/core/page/EventHandler.h
+++ b/sky/engine/core/page/EventHandler.h
@@ -87,8 +87,6 @@ public:
void capsLockStateMayHaveChanged(); // Only called by FrameSelection
- bool useHandCursor(Node*, bool isOverLink);
-
void notifyElementActivated();
private:
@@ -96,7 +94,7 @@ private:
void selectClosestMisspellingFromHitTestResult(const HitTestResult&, AppendTrailingWhitespace);
OptionalCursor selectCursor(const HitTestResult&);
- OptionalCursor selectAutoCursor(const HitTestResult&, Node*, const Cursor& iBeam);
+ OptionalCursor selectAutoCursor(const HitTestResult&, Node*);
void hoverTimerFired(Timer<EventHandler>*);
void cursorUpdateTimerFired(Timer<EventHandler>*);
« no previous file with comments | « no previous file | sky/engine/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698