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

Unified Diff: Source/core/html/InputType.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/html/InputType.h
diff --git a/Source/core/html/InputType.h b/Source/core/html/InputType.h
index 0c316e46441c8b86fe8ebcf0c95588e3495b269b..7be03700218377f5cc94f33de6795860d14a06b5 100644
--- a/Source/core/html/InputType.h
+++ b/Source/core/html/InputType.h
@@ -59,7 +59,6 @@ class Icon;
class KeyboardEvent;
class MouseEvent;
class Node;
-class RenderArena;
class RenderObject;
class RenderStyle;
class TouchEvent;
@@ -230,7 +229,7 @@ public:
// Miscellaneous functions
virtual bool rendererIsNeeded();
- virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const;
+ virtual RenderObject* createRenderer(RenderStyle*) const;
virtual PassRefPtr<RenderStyle> customStyleForRenderer(PassRefPtr<RenderStyle>);
virtual void attach();
virtual void detach();

Powered by Google App Engine
This is Rietveld 408576698