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

Unified Diff: Source/core/css/CSSDefaultStyleSheets.h

Issue 953693002: InlinedVisitor: Migrate css 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/css/CSSDefaultStyleSheets.h
diff --git a/Source/core/css/CSSDefaultStyleSheets.h b/Source/core/css/CSSDefaultStyleSheets.h
index db9c044d802371edcbdb38822fbb12b74b7b79a1..f547365c54dd5b62ed082f56970637750714ed7e 100644
--- a/Source/core/css/CSSDefaultStyleSheets.h
+++ b/Source/core/css/CSSDefaultStyleSheets.h
@@ -55,7 +55,7 @@ public:
StyleSheetContents* mediaControlsStyleSheet() { return m_mediaControlsStyleSheet.get(); }
StyleSheetContents* fullscreenStyleSheet() { return m_fullscreenStyleSheet.get(); }
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
CSSDefaultStyleSheets();

Powered by Google App Engine
This is Rietveld 408576698