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

Unified Diff: Source/core/accessibility/AXObjectCache.h

Issue 213883003: Revert of Send AXLayoutComplete even when document hasn't finished loading yet. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/accessibility/AXObjectCache.h
diff --git a/Source/core/accessibility/AXObjectCache.h b/Source/core/accessibility/AXObjectCache.h
index 17bb04f5ab4fcf5dd11bca47bbd9cba59e9e3156..5024525183b484ce9210903c7836a58f9685482f 100644
--- a/Source/core/accessibility/AXObjectCache.h
+++ b/Source/core/accessibility/AXObjectCache.h
@@ -131,8 +131,6 @@
// Called when scroll bars are added / removed (as the view resizes).
void handleScrollbarUpdate(ScrollView*);
-
- void handleLayoutComplete(RenderObject*);
// Called when the scroll offset changes.
void handleScrollPositionChanged(ScrollView*);
« no previous file with comments | « LayoutTests/http/tests/accessibility/slow-loading-script.cgi ('k') | Source/core/accessibility/AXObjectCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698