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

Unified Diff: Source/core/html/forms/InputTypeView.h

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/html/forms/InputTypeView.h
diff --git a/Source/core/html/forms/InputTypeView.h b/Source/core/html/forms/InputTypeView.h
index d38d13d2dbfb87242476522e1eac160265593264..15fe9e59290cbe26cd4cc4e418838d5050dd7579 100644
--- a/Source/core/html/forms/InputTypeView.h
+++ b/Source/core/html/forms/InputTypeView.h
@@ -51,7 +51,7 @@ class HTMLFormElement;
class HTMLInputElement;
class KeyboardEvent;
class MouseEvent;
-class RenderObject;
+class LayoutObject;
class RenderStyle;
class TouchEvent;
@@ -98,7 +98,7 @@ public:
virtual void subtreeHasChanged();
virtual bool hasTouchEventHandler() const;
virtual void blur();
- virtual RenderObject* createRenderer(RenderStyle*) const;
+ virtual LayoutObject* createRenderer(RenderStyle*) const;
virtual PassRefPtr<RenderStyle> customStyleForRenderer(PassRefPtr<RenderStyle>);
virtual void startResourceLoading();
virtual void closePopupView();

Powered by Google App Engine
This is Rietveld 408576698