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

Unified Diff: Source/core/layout/line/AbstractInlineTextBox.h

Issue 1072273006: Oilpan: Prepare moving AXObject to heap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/dom/TreeScopeAdopter.cpp ('k') | Source/core/layout/line/AbstractInlineTextBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/line/AbstractInlineTextBox.h
diff --git a/Source/core/layout/line/AbstractInlineTextBox.h b/Source/core/layout/line/AbstractInlineTextBox.h
index ace7cba46e16a16719e52687c330a12ec53bab4d..8f5a059a187853be932d93a2c2086dad13f939ee 100644
--- a/Source/core/layout/line/AbstractInlineTextBox.h
+++ b/Source/core/layout/line/AbstractInlineTextBox.h
@@ -72,6 +72,8 @@ public:
BottomToTop
};
+ ~AbstractInlineTextBox();
+
LayoutText* layoutText() const { return m_layoutText; }
PassRefPtr<AbstractInlineTextBox> nextInlineTextBox() const;
« no previous file with comments | « Source/core/dom/TreeScopeAdopter.cpp ('k') | Source/core/layout/line/AbstractInlineTextBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698