Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLTextFormControlElement.h
index e27eabc..49aa9e8 100644 (file)
@@ -45,6 +45,8 @@ public:
     // Option of setSelectionRange.
     enum SelectionOption {
         ChangeSelection,
+        ChangeSelectionAndFocus,
+        ChangeSelectionIfFocused,
         NotChangeSelection
     };