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

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

Issue 753663003: Input type file should return ButtonRole. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « Source/modules/accessibility/AXObject.h ('k') | Source/modules/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXRenderObject.h
diff --git a/Source/modules/accessibility/AXRenderObject.h b/Source/modules/accessibility/AXRenderObject.h
index a77bbe006f04cda5300f6e5b0091ccfa8ecfe5ef..37535926d00d8e70c92feffd810db06a06071bd2 100644
--- a/Source/modules/accessibility/AXRenderObject.h
+++ b/Source/modules/accessibility/AXRenderObject.h
@@ -82,7 +82,6 @@ protected:
// Check object role or purpose.
virtual bool isAttachment() const override;
- virtual bool isFileUploadButton() const override;
virtual bool isLinked() const override;
virtual bool isLoaded() const override;
virtual bool isOffScreen() const override;
« no previous file with comments | « Source/modules/accessibility/AXObject.h ('k') | Source/modules/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698