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

Unified Diff: Source/core/dom/Node.h

Issue 455223002: Make anchors mouse-focusable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: De-duplicate using FocusController; update TestExpectations Created 6 years, 4 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
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 10bdeb989c59d5c0d07477bfb16ff117d90e75a8..af8f64ee7701872fc0deba20d8f57765f719f951 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -627,7 +627,6 @@ public:
// Perform the default action for an event.
virtual void defaultEventHandler(Event*);
- virtual void willCallDefaultEventHandler(const Event&);
virtual EventTargetData* eventTargetData() OVERRIDE;
virtual EventTargetData& ensureEventTargetData() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698