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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXObject.h

Issue 2436563003: Expose setSequentialFocusNavigationStartingPoint to accessibility. (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/modules/accessibility/AXObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXObject.h b/third_party/WebKit/Source/modules/accessibility/AXObject.h
index b19e9d9af744364232082891055c9e8fc67e9f97..cd8f2dc0e1ef5fbba5266775521a891bc69b83a9 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObject.h
@@ -963,6 +963,7 @@ class MODULES_EXPORT AXObject : public GarbageCollectedFinalized<AXObject> {
void scrollToGlobalPoint(const IntPoint&) const;
virtual void setFocused(bool) {}
virtual void setSelected(bool) {}
+ virtual void setSequentialFocusNavigationStartingPoint();
virtual void setValue(const String&) {}
virtual void setValue(float) {}

Powered by Google App Engine
This is Rietveld 408576698