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

Unified Diff: Source/platform/heap/ThreadState.h

Issue 869323003: Oilpan: move RenderObjects off heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review-induced improvements 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
« no previous file with comments | « Source/core/svg/RadialGradientAttributes.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/ThreadState.h
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
index d8478d3dea7187433cc28cb9e5543a4834f6c5a1..0d3732996e41abb54ae0db6da3c88e1142093c61 100644
--- a/Source/platform/heap/ThreadState.h
+++ b/Source/platform/heap/ThreadState.h
@@ -174,7 +174,6 @@ template<typename U> class ThreadingTrait<const U> : public ThreadingTrait<U> {
// FOR_EACH_TYPED_HEAP macro below.
#define FOR_EACH_TYPED_HEAP(H) \
H(Node) \
- H(RenderObject) \
H(CSSValue)
#define TypedHeapEnumName(Type) Type##Heap,
« no previous file with comments | « Source/core/svg/RadialGradientAttributes.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698