Changeset 19662 for trunk/WebCore/dom/Element.h
- Timestamp:
- 02/16/07 11:40:33 (23 months ago)
- Files:
-
- 1 modified
-
trunk/WebCore/dom/Element.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/dom/Element.h
r19400 r19662 158 158 159 159 virtual void focus(); 160 virtual void updateFocusAppearance( );160 virtual void updateFocusAppearance(bool restorePreviousSelection = false); 161 161 void blur(); 162 162 bool needsFocusAppearanceUpdate() const { return m_needsFocusAppearanceUpdate; }