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

Unified Diff: content/shell/renderer/test_runner/accessibility_controller.cc

Issue 684093003: Replace deprecated updateBackingStoreAndCheckValidity to updateLayoutAndCheckValidity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « content/renderer/accessibility/renderer_accessibility_complete.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/accessibility_controller.cc
diff --git a/content/shell/renderer/test_runner/accessibility_controller.cc b/content/shell/renderer/test_runner/accessibility_controller.cc
index 7bb156856c38e285e04c4a9e04c2d12d5752dd70..125f071d3f6ffa50f161747e3239f0d6eeeb7819 100644
--- a/content/shell/renderer/test_runner/accessibility_controller.cc
+++ b/content/shell/renderer/test_runner/accessibility_controller.cc
@@ -243,7 +243,7 @@ AccessibilityController::AccessibleElementById(const std::string& id) {
if (root_element_.isNull())
root_element_ = web_view_->accessibilityObject();
- if (!root_element_.updateBackingStoreAndCheckValidity())
+ if (!root_element_.updateLayoutAndCheckValidity())
return v8::Handle<v8::Object>();
return FindAccessibleElementByIdRecursive(
« no previous file with comments | « content/renderer/accessibility/renderer_accessibility_complete.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698