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

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

Issue 16194013: Mouse press should focus on any types of form controls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/page/FocusDirection.h
diff --git a/Source/core/page/FocusDirection.h b/Source/core/page/FocusDirection.h
index 0645a6f9ad95d196784f0b42418975ea33aeb909..4dcb6b852c6c1095389f7863474ed250e1405450 100644
--- a/Source/core/page/FocusDirection.h
+++ b/Source/core/page/FocusDirection.h
@@ -34,7 +34,8 @@ namespace WebCore {
FocusDirectionUp,
FocusDirectionDown,
FocusDirectionLeft,
- FocusDirectionRight
+ FocusDirectionRight,
+ FocusDirectionMouse
};
}

Powered by Google App Engine
This is Rietveld 408576698