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

Unified Diff: Source/web/WebAXObject.cpp

Issue 211773002: Rename updateStyle to updateRenderTree (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tracing test Created 6 years, 9 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
« no previous file with comments | « Source/core/xml/XMLErrors.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebAXObject.cpp
diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp
index 8a6dd2863e6dc557b48411a43498c479b138ff79..317a5b0fbaaab01c2b04b91eba8aedd34c4a5b76 100644
--- a/Source/web/WebAXObject.cpp
+++ b/Source/web/WebAXObject.cpp
@@ -861,7 +861,7 @@ bool WebAXObject::hasComputedStyle() const
Document* document = m_private->document();
if (document)
- document->updateStyleIfNeeded();
+ document->updateRenderTreeIfNeeded();
Node* node = m_private->node();
if (!node)
@@ -877,7 +877,7 @@ WebString WebAXObject::computedStyleDisplay() const
Document* document = m_private->document();
if (document)
- document->updateStyleIfNeeded();
+ document->updateRenderTreeIfNeeded();
Node* node = m_private->node();
if (!node)
« no previous file with comments | « Source/core/xml/XMLErrors.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698