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

Unified Diff: Source/core/html/canvas/CanvasRenderingContext2D.h

Issue 932403002: InlinedVisitor: Migrate html to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/html/canvas/CanvasRenderingContext2D.h
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h
index d4dc62303efb300eab94b5ecffe88d799bcb780c..2d67e2cfc98bf10116296de37f00dcc63cc0bdff 100644
--- a/Source/core/html/canvas/CanvasRenderingContext2D.h
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
@@ -217,7 +217,7 @@ public:
void restoreCanvasMatrixClipStack();
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
private:
friend class CanvasRenderingContext2DAutoRestoreSkCanvas;
@@ -244,7 +244,7 @@ private:
// CSSFontSelectorClient implementation
virtual void fontsNeedUpdate(CSSFontSelector*) override;
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
unsigned m_unrealizedSaveCount;
« no previous file with comments | « Source/core/html/canvas/CanvasRenderingContext.h ('k') | Source/core/html/canvas/CanvasRenderingContext2D.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698