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

Unified Diff: content/renderer/renderer_accessibility.cc

Issue 8824009: Attempt fixes at chrome frame tests redness. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer_accessibility.cc
diff --git a/content/renderer/renderer_accessibility.cc b/content/renderer/renderer_accessibility.cc
index 5f81af82105bde36c9287c72b7d8c3b18e65bab7..2ff0d583668aa9242d74b34ca3044d97cd0a6e1a 100644
--- a/content/renderer/renderer_accessibility.cc
+++ b/content/renderer/renderer_accessibility.cc
@@ -162,7 +162,7 @@ void RendererAccessibility::PostAccessibilityNotification(
// in cases where we don't get it first to avoid focus problems.
PostAccessibilityNotification(
document.accessibilityObject(),
- WebKit::WebAccessibilityNotificationLoadComplete);
+ WebKit::WebAccessibilityNotificationLayoutComplete);
}
gfx::Size scroll_offset = document.frame()->scrollOffset();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698