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

Unified Diff: Source/core/rendering/RenderWidget.h

Issue 16896019: Replace RenderArena with PartitionAlloc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: Source/core/rendering/RenderWidget.h
diff --git a/Source/core/rendering/RenderWidget.h b/Source/core/rendering/RenderWidget.h
index 3e6d1a3c3191455f913d9adb62c9dff6be315667..92fa76478b0e4d4c988b00f5042f66c516a07baf 100644
--- a/Source/core/rendering/RenderWidget.h
+++ b/Source/core/rendering/RenderWidget.h
@@ -67,8 +67,8 @@ public:
void widgetPositionsUpdated();
IntRect windowClipRect() const;
- RenderArena* ref() { ++m_refCount; return renderArena(); }
- void deref(RenderArena*);
+ void ref() { ++m_refCount; }
+ void deref();
protected:
RenderWidget(Element*);

Powered by Google App Engine
This is Rietveld 408576698