| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 9ab97fbf639ddbce9aae4a7e666571875f57cbeb..9e8587a743eb4118d7fb8b2aacd978da09378a5a 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -374,6 +374,8 @@ public:
|
| virtual bool supportsFocus() const;
|
| // Whether the node can actually be focused.
|
| bool isFocusable() const;
|
| + bool isTabStop() const;
|
| + void setIsTabStop(bool);
|
| virtual bool isKeyboardFocusable() const;
|
| virtual bool isMouseFocusable() const;
|
| virtual void dispatchFocusEvent(Element* oldFocusedElement, WebFocusType);
|
|
|