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

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

Issue 2833843005: Handling of different types of empty alt (Closed)
Patch Set: One more try to do Linux the right way Created 3 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: 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 fc3f607fff55e0669b1058ea5a298c2f026162aa..625fa982fa860c664f625a9621fdd5d7ac2f9607 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObject.h
@@ -362,6 +362,7 @@ class AXSparseAttributeClient {
enum AXNameFrom {
kAXNameFromUninitialized = -1,
kAXNameFromAttribute = 0,
+ kAXNameFromExplicitlyEmptyAttribute,
dmazzoni 2017/05/01 17:49:23 Sort
aleventhal 2017/05/17 17:45:47 I changed enum names to AttributeExplicitly empty,
aleventhal 2017/05/17 17:45:47 Done.
kAXNameFromCaption,
kAXNameFromContents,
kAXNameFromPlaceholder,

Powered by Google App Engine
This is Rietveld 408576698