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

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

Issue 20231002: Replace RenderArena with PartitionAlloc (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years, 5 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/core.gypi ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 6b2653ef397fa013056dd306653a0a2dbf4b5405..278f438cdbda207c68ef8029def4f3bedb8b58a4 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -130,7 +130,6 @@ class Prerenderer;
class ProcessingInstruction;
class Range;
class RegisteredEventListener;
-class RenderArena;
class RenderView;
class RequestAnimationFrameCallback;
class SVGDocumentExtensions;
@@ -509,8 +508,6 @@ public:
virtual void suspendActiveDOMObjects(ActiveDOMObject::ReasonForSuspension) OVERRIDE;
virtual void resumeActiveDOMObjects() OVERRIDE;
- RenderArena* renderArena() { return m_renderArena.get(); }
-
// Implemented in RenderView.h to avoid a cyclic header dependency this just
// returns renderer so callers can avoid verbose casts.
RenderView* renderView() const;
@@ -1216,8 +1213,6 @@ private:
bool m_titleSetExplicitly;
RefPtr<Element> m_titleElement;
- RefPtr<RenderArena> m_renderArena;
-
OwnPtr<AXObjectCache> m_axObjectCache;
OwnPtr<DocumentMarkerController> m_markers;
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698