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

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

Issue 1071873004: Changing slider values do not work properly when percent change of a step is less than one. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make some cleanup Created 5 years, 8 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: Source/modules/accessibility/AXNodeObject.h
diff --git a/Source/modules/accessibility/AXNodeObject.h b/Source/modules/accessibility/AXNodeObject.h
index 5a1dd645ff111108a3320b90f537e48a15ed8c9c..fd84f9843518c16b855e1bc5139830630ba6a847 100644
--- a/Source/modules/accessibility/AXNodeObject.h
+++ b/Source/modules/accessibility/AXNodeObject.h
@@ -65,7 +65,6 @@ protected:
String ariaAccessibilityDescription() const;
String ariaAutoComplete() const;
void ariaLabeledByElements(WillBeHeapVector<RawPtrWillBeMember<Element>>& elements) const;
- void changeValueByStep(bool increase);
AccessibilityRole determineAriaRoleAttribute() const;
void elementsFromAttribute(WillBeHeapVector<RawPtrWillBeMember<Element>>& elements, const QualifiedName&) const;
bool hasContentEditableAttributeSet() const;
@@ -201,7 +200,6 @@ private:
String alternativeTextForWebArea() const;
void alternativeText(Vector<AccessibilityText>&) const;
void ariaLabeledByText(Vector<AccessibilityText>&) const;
- void changeValueByPercent(float percentChange);
float stepValueForRange() const;
AXObject* findChildWithTagName(const HTMLQualifiedName&) const;
};

Powered by Google App Engine
This is Rietveld 408576698