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

Unified Diff: Source/core/layout/HitTestCache.cpp

Issue 1185923002: Oilpan: fix build after r197063, move HitTestCache to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add TODO for HitTestResult's trait override Created 5 years, 6 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 | « Source/core/layout/HitTestCache.h ('k') | Source/core/layout/HitTestResult.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/HitTestCache.cpp
diff --git a/Source/core/layout/HitTestCache.cpp b/Source/core/layout/HitTestCache.cpp
index 25f6957a1d4e19c92d3da74fcd00326d78795315..fb203c51cfc8e8c9aa9be50da79543ce664df940 100644
--- a/Source/core/layout/HitTestCache.cpp
+++ b/Source/core/layout/HitTestCache.cpp
@@ -77,4 +77,9 @@ void HitTestCache::clear()
m_items.clear();
}
+DEFINE_TRACE(HitTestCache)
+{
+ visitor->trace(m_items);
+}
+
} // namespace blink
« no previous file with comments | « Source/core/layout/HitTestCache.h ('k') | Source/core/layout/HitTestResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698