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

Unified Diff: Source/core/dom/StyleEngine.h

Issue 947393002: InlinedVisitor: Migrate dom 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/dom/StyleEngine.h
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
index 77e5530d2efeec4b080183d7ba9c6b981601cef4..672e27b2b6aaa1fd5031f444d92419f297e41131 100644
--- a/Source/core/dom/StyleEngine.h
+++ b/Source/core/dom/StyleEngine.h
@@ -176,7 +176,7 @@ public:
void platformColorsChanged();
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
private:
// CSSFontSelectorClient implementation.
@@ -232,7 +232,7 @@ private:
TreeScope* operator[](size_t i) { return m_treeScopes[i]; }
const TreeScope* operator[](size_t i) const { return m_treeScopes[i]; }
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
WillBeHeapVector<RawPtrWillBeMember<TreeScope>, 16> m_treeScopes;

Powered by Google App Engine
This is Rietveld 408576698