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

Unified Diff: Source/core/html/RangeInputType.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/RangeInputType.h
diff --git a/Source/core/html/RangeInputType.h b/Source/core/html/RangeInputType.h
index 76c2ceb72819b66a275c7560dd339e6b7e48bddc..2b6e24dcf4f75bae472f179b2bdbe7432d32c29b 100644
--- a/Source/core/html/RangeInputType.h
+++ b/Source/core/html/RangeInputType.h
@@ -56,7 +56,7 @@ private:
virtual void handleTouchEvent(TouchEvent*) OVERRIDE;
virtual bool hasTouchEventHandler() const OVERRIDE;
virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE;
- virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const OVERRIDE;
+ virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
virtual void createShadowSubtree() OVERRIDE;
virtual Decimal parseToNumber(const String&, const Decimal&) const OVERRIDE;
virtual String serialize(const Decimal&) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698