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

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
« no previous file with comments | « Source/core/html/forms/ImageInputType.cpp ('k') | Source/core/html/forms/InputTypeView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/InputTypeView.h
diff --git a/Source/core/html/forms/InputTypeView.h b/Source/core/html/forms/InputTypeView.h
index b47c0ee68843088e1c73349c41ab73cc287c3ac3..73769e35a2871a8c1232968f6a6cf6a05f17b0c6 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(const RenderStyle&) const;
+ virtual LayoutObject* createRenderer(const RenderStyle&) const;
virtual PassRefPtr<RenderStyle> customStyleForRenderer(PassRefPtr<RenderStyle>);
virtual void startResourceLoading();
virtual void closePopupView();
« no previous file with comments | « Source/core/html/forms/ImageInputType.cpp ('k') | Source/core/html/forms/InputTypeView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698