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

Unified Diff: public/web/WebAXObject.h

Issue 690593002: Remove deprecated updateBackingStoreAndCheckValidity from WebAXObject (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/web/WebAXObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAXObject.h
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
index 8cd0788f4a73454523988b089432a4c887da8d32..7e19f10443ffd9e74627828f2e0efee2fd36d9f1 100644
--- a/public/web/WebAXObject.h
+++ b/public/web/WebAXObject.h
@@ -76,13 +76,9 @@ public:
// Update layout on the underlying tree, and return true if this object is
// still valid (not detached). Note that calling this method
// can cause other WebAXObjects to become invalid, too,
- // so always call isDetached if updateBackingStoreAndCheckValidity
- // has been called on any object, or if any other WebCore code has run.
+ // so always call isDetached if any other WebCore code has run.
BLINK_EXPORT bool updateLayoutAndCheckValidity();
- // FIXME: Deprecated - remove once callers use updateLayoutAndCheckValidity, instead.
- BLINK_EXPORT bool updateBackingStoreAndCheckValidity();
-
BLINK_EXPORT WebString accessibilityDescription() const;
BLINK_EXPORT unsigned childCount() const;
« no previous file with comments | « Source/web/WebAXObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698