| Index: public/web/WebAXObject.h
|
| diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
|
| index b50427a34685096be0d058bc13126d8c7d98ae71..c5990347fb5492315e64eee8920f133f9a9f337f 100644
|
| --- a/public/web/WebAXObject.h
|
| +++ b/public/web/WebAXObject.h
|
| @@ -81,11 +81,14 @@ public:
|
|
|
| BLINK_EXPORT int axID() const;
|
|
|
| - // Update the underlying tree, and return true if this object is
|
| + // 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.
|
| + BLINK_EXPORT bool updateLayoutAndCheckValidity();
|
| +
|
| + // FIXME: Deprecated - remove once callers use updateLayoutAndCheckValidity, instead.
|
| BLINK_EXPORT bool updateBackingStoreAndCheckValidity();
|
|
|
| BLINK_EXPORT WebString accessibilityDescription() const;
|
|
|