Index: Source/core/page/FocusController.h |
diff --git a/Source/core/page/FocusController.h b/Source/core/page/FocusController.h |
index 6cbbaf97937273eaae5d9d9ca21b89214f196c5e..1f0f1d39d13682b5bc8f280b5183b3a2b7c0ccf4 100644 |
--- a/Source/core/page/FocusController.h |
+++ b/Source/core/page/FocusController.h |
@@ -1,5 +1,6 @@ |
/* |
* Copyright (C) 2006, 2007 Apple Inc. All rights reserved. |
+ * Copyright (C) 2013, 2014 Opera Software ASA. All rights reserved. |
fs
2014/10/01 10:52:14
I don't think we can claim any copyright for 2013
|
* |
* Redistribution and use in source and binary forms, with or without |
* modification, are permitted provided that the following conditions |
@@ -74,6 +75,7 @@ public: |
bool advanceFocus(FocusType type) { return advanceFocus(type, false); } |
bool setFocusedElement(Element*, PassRefPtrWillBeRawPtr<Frame>, FocusType = FocusTypeNone); |
+ bool handleCSSFocusNavigation(FocusType); |
void setActive(bool); |
bool isActive() const { return m_isActive; } |