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

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

Issue 2890723003: Slider events with valuetext (Closed)
Patch Set: Fix test Created 3 years, 7 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/AXNodeObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
index a3f6c56c00ded41a230aa39bbdffbffef8322fd4..f618fcc1021b4a667f8cffa8d6c7bdf992825c42 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
@@ -124,6 +124,7 @@ class MODULES_EXPORT AXNodeObject : public AXObjectImpl {
bool IsRichlyEditable() const override;
bool IsSlider() const override;
bool IsNativeSlider() const override;
+ bool IsMoveableSplitter() const override;
// Check object state.
bool IsClickable() const final;

Powered by Google App Engine
This is Rietveld 408576698