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

Unified Diff: Source/core/layout/LayoutTableCol.h

Issue 869323003: Oilpan: move RenderObjects off heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review-induced improvements Created 5 years, 10 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/layout/LayoutTableCellTest.cpp ('k') | Source/core/layout/LayoutTableCol.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutTableCol.h
diff --git a/Source/core/layout/LayoutTableCol.h b/Source/core/layout/LayoutTableCol.h
index d8ff46670b3171b0887e5cfeb9adefb7d47fec8e..a51f4f84d3b46311658c22c26f906f1fa2f71c79 100644
--- a/Source/core/layout/LayoutTableCol.h
+++ b/Source/core/layout/LayoutTableCol.h
@@ -36,7 +36,6 @@ class LayoutTableCell;
class LayoutTableCol final : public RenderBox {
public:
explicit LayoutTableCol(Element*);
- virtual void trace(Visitor*) override;
RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); }
« no previous file with comments | « Source/core/layout/LayoutTableCellTest.cpp ('k') | Source/core/layout/LayoutTableCol.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698