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

Unified Diff: sky/engine/core/html/HTMLCanvasElement.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/html/HTMLCanvasElement.h ('k') | sky/engine/core/html/HTMLMediaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLCanvasElement.cpp
diff --git a/sky/engine/core/html/HTMLCanvasElement.cpp b/sky/engine/core/html/HTMLCanvasElement.cpp
index cb7276dc0bff3f33a0414075f2afadd5307a33af..fa1dcfcd4f8349c1ca41897114ec9b2287e9c2fc 100644
--- a/sky/engine/core/html/HTMLCanvasElement.cpp
+++ b/sky/engine/core/html/HTMLCanvasElement.cpp
@@ -542,16 +542,6 @@ void HTMLCanvasElement::notifySurfaceInvalid()
}
}
-void HTMLCanvasElement::trace(Visitor* visitor)
-{
-#if ENABLE(OILPAN)
- visitor->trace(m_observers);
- visitor->trace(m_context);
-#endif
- DocumentVisibilityObserver::trace(visitor);
- HTMLElement::trace(visitor);
-}
-
void HTMLCanvasElement::updateExternallyAllocatedMemory() const
{
int bufferCount = 0;
« no previous file with comments | « sky/engine/core/html/HTMLCanvasElement.h ('k') | sky/engine/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698