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

Unified Diff: sky/engine/core/page/Page.cpp

Issue 683703003: Remove various Heap* types. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/core/page/Page.h ('k') | sky/engine/platform/LifecycleContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/Page.cpp
diff --git a/sky/engine/core/page/Page.cpp b/sky/engine/core/page/Page.cpp
index 8b455f493810502c96c15a037b784b1bdc641cc9..d99c46ce54d983218d3ce1620824c75d78627e2d 100644
--- a/sky/engine/core/page/Page.cpp
+++ b/sky/engine/core/page/Page.cpp
@@ -359,18 +359,6 @@ PassOwnPtr<LifecycleNotifier<Page> > Page::createLifecycleNotifier()
return PageLifecycleNotifier::create(this);
}
-void Page::trace(Visitor* visitor)
-{
-#if ENABLE(OILPAN)
- visitor->trace(m_dragCaretController);
- visitor->trace(m_undoStack);
- visitor->trace(m_multisamplingChangedObservers);
- visitor->trace(m_frameHost);
-#endif
- Supplementable<Page>::trace(visitor);
- LifecycleContext<Page>::trace(visitor);
-}
-
void Page::willBeDestroyed()
{
RefPtr<LocalFrame> mainFrame = m_mainFrame;
« no previous file with comments | « sky/engine/core/page/Page.h ('k') | sky/engine/platform/LifecycleContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698