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

Unified Diff: Source/core/html/HTMLIFrameElement.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/HTMLFrameSetElement.cpp ('k') | Source/core/html/HTMLIFrameElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLIFrameElement.h
diff --git a/Source/core/html/HTMLIFrameElement.h b/Source/core/html/HTMLIFrameElement.h
index a5c651790a5af42a4c929e521cb7db95fa366b49..719ea17939c941cd97f6c405dceb40a33ebb400b 100644
--- a/Source/core/html/HTMLIFrameElement.h
+++ b/Source/core/html/HTMLIFrameElement.h
@@ -45,7 +45,7 @@ private:
virtual void removedFrom(ContainerNode*) override;
virtual bool rendererIsNeeded(const RenderStyle&) override;
- virtual RenderObject* createRenderer(const RenderStyle&) override;
+ virtual LayoutObject* createRenderer(const RenderStyle&) override;
virtual bool loadedNonEmptyDocument() const override { return m_didLoadNonEmptyDocument; }
virtual void didLoadNonEmptyDocument() override { m_didLoadNonEmptyDocument = true; }
« no previous file with comments | « Source/core/html/HTMLFrameSetElement.cpp ('k') | Source/core/html/HTMLIFrameElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698