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

Unified Diff: Source/core/dom/Document.h

Issue 1348503003: One AXObjectCache per frame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Send focus notifications when focus is cleared Created 5 years, 3 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/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index f557c6f4bd34882fe3a8acf3142abe916e95cf31..1643ed701da67160b153f2e1d85005955ac3b181 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1251,6 +1251,7 @@ private:
RefPtrWillBeMember<Element> m_titleElement;
PersistentWillBeMember<AXObjectCache> m_axObjectCache;
+
aboxhall 2015/09/22 21:48:27 Blank line?
OwnPtrWillBeMember<DocumentMarkerController> m_markers;
Timer<Document> m_updateFocusAppearanceTimer;

Powered by Google App Engine
This is Rietveld 408576698